TTMSFNCDataGridDataSortingOptions Class
Design-time sortable options: default direction, case sensitivity, sort format, and the fixed row to use as the sort key source.
API unit family: TMSFNCDataGridData
Inherits from: TPersistent
Syntax
TTMSFNCDataGridDataSortingOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| CaseSensitive | When True (default), string comparisons during sorting are case-sensitive. |
| Direction | Default sort direction applied when a column header is clicked for the first time. Default is Ascending. |
| Enabled | When True, clicking column headers activates sorting. Default is False. |
| Format | Data-type hint used when comparing cell values. Default is Automatic (auto-detected from content). |
| Row | Zero-based fixed row index whose cell values are used as the sort key source (typically the column header row). Default is 0. |