Back to Devexpress

TcxGridShowLockedStateImageMode Type

vcl-cxgridcustomview-31e70529.md

latest2.7 KB
Original Source

TcxGridShowLockedStateImageMode Type

Enumerates “Locked View” image display modes.

Declaration

delphi
TcxGridShowLockedStateImageMode = type cxControls.TcxLockedStateImageShowingMode;

Referenced Class

Type
TcxLockedStateImageShowingMode

Remarks

Values include:

ValueMeaning
lsimNeverThe “Locked View” image is not displayed.
lsimPendingThe “Locked View” image is displayed when the View is invalidated (for example, as a result of end-user actions over the View).
lsimImmediateThe “Locked View” image is displayed when updates begin.

See Also

TcxCustomGrid.BeginUpdate

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

TcxCustomGridView.BeginUpdate

TcxGridViewHandler.BeginUpdate

cxGridCustomView Unit