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