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

In This Topic
    ShowRowFieldSort Property (PivotGrid)
    In This Topic
    Gets or 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