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

TcxCustomGridTableShowLockedStateImageOptions.BestFit Property

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

Declaration

property BestFit: TcxGridShowLockedStateImageMode read; write; default lsimPending;

Property Value

Type Default
TcxGridShowLockedStateImageMode lsimPending

Remarks

Refer to the TcxGridShowLockedStateImageMode description, for details.

The default value of the BestFit property is lsimPending.

See Also