TcxCustomGridTableShowLockedStateImageOptions.Sorting Property
Specifies the “Locked View” image display mode for the View, pending updates in the sorting operations.
Declaration
property Sorting: TcxGridShowLockedStateImageMode read; write; default lsimPending;
Property Value
Type | Default |
---|---|
TcxGridShowLockedStateImageMode | lsimPending |
Remarks
Refer to the TcxGridShowLockedStateImageMode description, for details.
The default value of the Sorting property is lsimPending.
See Also