FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRowHeaderColumn Class / AllowSorting Property

In This Topic
    AllowSorting Property (GridRowHeaderColumn)
    In This Topic
    Gets or sets a value that indicates whether the user can sort this column by tapping the column header.
    Syntax
    'Declaration
     
    Public Property AllowSorting As Boolean
    public bool AllowSorting {get; set;}
    See Also