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

TcxPivotGridOptionsLockedStateImage Class

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

Declaration

TcxPivotGridOptionsLockedStateImage = class(
    TcxLockedStateImageOptions
)

Remarks

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

In addition to publishing properties inherited from its ancestor class, the TcxPivotGridOptionsLockedStateImage class introduces the Mode property, which allows you to enable the display of a “Locked View” image. To learn about inherited properties, refer to the TcxLockedStateImageOptions class description.

A TcxPivotGridOptionsLockedStateImage object is referenced by the pivot grid’s OptionsLockedStateImage property.

Inheritance

TObject
TPersistent
TcxLockedStateImageOptions
TcxPivotGridOptionsLockedStateImage
See Also