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

In This Topic
    ShowRowFieldSort Property (PivotGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotGrid.ShowRowFieldSort. Sets a value that determines whether the grid should display sort indicators in the column headers for row fields.
    Syntax
    'Declaration
     
    Public Property ShowRowFieldSort As Boolean
    public bool ShowRowFieldSort {get; set;}
    See Also