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

In This Topic
    ShowRowFieldSort Property
    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