ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridTagHelper Class / ShowAlternatingRows Property

In This Topic
    ShowAlternatingRows Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.ShowAlternatingRows. Sets a value that determines whether the grid should add the 'wj-alt' class to cells in alternating rows.
    Syntax
    'Declaration
     
    Public Overridable Property ShowAlternatingRows As Boolean
    public virtual bool ShowAlternatingRows {get; set;}
    See Also