ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridTagHelper Class / AlternatingRowStep Property

In This Topic
    AlternatingRowStep Property (FlexGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.AlternatingRowStep. Sets a value that determines the number of regular rows between 'alternating' rows.
    Syntax
    'Declaration
     
    Public Overridable Property AlternatingRowStep As Integer
    public virtual int AlternatingRowStep {get; set;}
    See Also