Skip to main content

TdxSpreadSheetLockedStateImageOptions Class

Stores display settings for a spreadsheet control’s “Locked View“ image.

Declaration

TdxSpreadSheetLockedStateImageOptions = class(
    TcxLockedStateImageOptions
)

Remarks

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

The TdxSpreadSheetLockedStateImageOptions class does not introduce any new functionality. It simply publishes properties inherited from its ancestor.

A TdxSpreadSheetLockedStateImageOptions object is referenced by the Spreadsheet control’s OptionsLockedStateImage property.

Inheritance

TObject
TPersistent
TcxLockedStateImageOptions
TdxSpreadSheetLockedStateImageOptions
See Also