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

In This Topic
    AlternatingRowStep Property (PivotGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotGrid.AlternatingRowStep. Sets a value that determines the number of regular rows between 'alternating' rows.
    Syntax
    'Declaration
     
    Public Overrides Property AlternatingRowStep As Integer
    public override int AlternatingRowStep {get; set;}
    See Also