ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / Column Class / AllowSorting Property

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