Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

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