ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / AllowSorting Property

In This Topic
    AllowSorting Property
    In This Topic
    Gets or sets whether the grid can be sorted by clicking the column headers.
    Syntax
    'Declaration
     
    Public Shadows Property AllowSorting As System.Boolean
    public new System.bool AllowSorting {get; set;}
    See Also