FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GroupDescription Class / SortDirection Property

In This Topic
    SortDirection Property (GroupDescription)
    In This Topic
    Gets the sort direction of the property within the group. May be set to null if you want to group but not sort by this property.
    Syntax
    'Declaration
     
    
    Public Property SortDirection As Nullable(Of ListSortDirection)
    public Nullable<ListSortDirection> SortDirection {get; set;}
    See Also