Skip to main content
A newer version of this page is available. .

TcxCustomGridTableShowLockedStateImageOptions.Grouping Property

Specifies the “Locked View” image display mode for the View, pending updates in the grouping operations.

Declaration

property Grouping: TcxGridShowLockedStateImageMode read; write; default lsimPending;

Property Value

Type Default
TcxGridShowLockedStateImageMode lsimPending

Remarks

Refer to the TcxGridShowLockedStateImageMode description, for details.

The default value of the Grouping property is lsimPending.

See Also