ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

SortDirEnum Enumeration

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

C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.