Column SortDirection Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns/Sets sort direction for this column. Grid and column sorting must be allowed otherwise setting this property has no effect and get always returns SortDirection.None

Namespace: NFX.WinForms.Controls.GridKit
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public SortDirection SortDirection { get; set; }

Property Value

Type: SortDirection
See Also