True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumn Class / SortDirection Property

In This Topic
    SortDirection Property (C1DataColumn)
    In This Topic
    Gets or sets the state of the sorting glyph in the column caption bar.
    Syntax
    'Declaration
     
    Public Property SortDirection As SortDirEnum
    public SortDirEnum SortDirection {get; set;}
    See Also