ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / AllowSorting Property

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