vcl-cxgridcustomview-31e70529.md
Enumerates “Locked View” image display modes.
TcxGridShowLockedStateImageMode = type cxControls.TcxLockedStateImageShowingMode;
| Type |
|---|
| TcxLockedStateImageShowingMode |
Values include:
| Value | Meaning |
|---|---|
| lsimNever | The “Locked View” image is not displayed. |
| lsimPending | The “Locked View” image is displayed when the View is invalidated (for example, as a result of end-user actions over the View). |
| lsimImmediate | The “Locked View” image is displayed when updates begin. |
See Also
TcxCustomGridTableShowLockedStateImageOptions.BestFit
TcxCustomGridTableShowLockedStateImageOptions.Filtering
TcxCustomGridTableShowLockedStateImageOptions.Grouping
TcxCustomGridTableShowLockedStateImageOptions.Posting
TcxCustomGridTableShowLockedStateImageOptions.Sorting
TcxCustomGridTableView.BeginBestFitUpdate
TcxCustomGridTableView.BeginFilteringUpdate
TcxCustomGridTableView.BeginGroupingUpdate
TcxCustomGridTableView.BeginSortingUpdate
TcxCustomGridTableView.EndBestFitUpdate
TcxCustomGridTableView.EndFilteringUpdate
TcxCustomGridTableView.EndGroupingUpdate
TcxCustomGridTableView.EndSortingUpdate