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