TcxCustomGridTableItemOptions.SortByDisplayText Property
In This Article
Specifies whether the column/row is sorted by its values or display texts.
#Declaration
Delphi
property SortByDisplayText: TcxGridItemSortByDisplayText read; write; default isbtDefault;
#Property Value
Type | Default |
---|---|
Tcx |
isbt |
#Remarks
Options include:
Value | Description |
---|---|
isbt |
The column/row is sorted by the display texts of its cells when the dco |
isbt |
The column/row is sorted by the display texts of its cells. Handle the On |
isbt |
The column/row is sorted by the values of its cells. Any display text provided by the On |
The default value of the SortByDisplayText property is isbtDefault.
See Also