Specifies the glyph used to denote a sort direction in the column header.
[Visual Basic]
Public Enum SortDirEnum
[C#]
public enum SortDirEnum
[Delphi]
type SortDirEnum = (Ascending, Descending, None);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
Ascending |
Column is sorted in ascending order. |
Descending |
Column is sorted in descending order. |
None |
Column is not sorted. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |