Back to Devexpress

TcxGridLockedStateImageOptions Class

vcl-cxgrid-e8fb7bf1.md

latest1.5 KB
Original Source

TcxGridLockedStateImageOptions Class

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

Declaration

delphi
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.

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

TcxGridLockedStateImageOptions Members

cxGrid Unit