ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / ShowAlternatingRows Property

In This Topic
    ShowAlternatingRows Property (FlexSheet)
    In This Topic
    Gets or sets a value that determines whether the grid should add the 'wj-alt' class to cells in alternating rows.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("ShowAlternatingRows has been deprecated; please use AlternatingRowStep instead.")>
    <DefaultValueAttribute(True)>
    Public Overridable Property ShowAlternatingRows As Boolean
    [Obsolete("ShowAlternatingRows has been deprecated; please use AlternatingRowStep instead.")]
    [DefaultValue(true)]
    public virtual bool ShowAlternatingRows {get; set;}
    See Also