Skip to main content

TcxGridLockedStateImageOptions Class

Contains display settings for the grid’s “Locked View“ image.

Declaration

TcxGridLockedStateImageOptions = class(
    TcxLockedStateImageOptions
)

Remarks

For time-consuming operations such as bulk data updates, the grid can optionally display a “Locked View” image, informing end-users that the View is awaiting updates. A “Locked View” is an image of the View displayed with the dark or light visual effect, and an optional message box over the image.

Locked State Image Example

The TcxGridLockedStateImageOptions class does not introduce any new functionality. It simply publishes properties inherited from its ancestor class. Refer to the TcxLockedStateImageOptions class description to learn about these properties.

A TcxGridLockedStateImageOptions object is referenced by the grid’s LockedStateImageOptions property.

Inheritance

TObject
TPersistent
TcxLockedStateImageOptions
TcxGridLockedStateImageOptions
See Also