Developer

SortedColumn

Identify column on which grid is currently sorted. If grid is no sorted yet, value will be nil.

property SortedColumn: TNxCustomColumn read FSortedColumn;
When grid is sorted for first time (when user click on header, or inside code) this property is set.

See also