FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / AllowSorting Property

In This Topic
    AllowSorting Property (C1FlexGrid)
    In This Topic
    Gets or sets a value that indicates whether users are allowed to sort columns by clicking the column header cells.
    Syntax
    'Declaration
     
    Public Property AllowSorting As Boolean
    public bool AllowSorting {get; set;}
    See Also