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

TcxCustomPivotGrid.OptionsLockedStateImage Property

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

Declaration

property OptionsLockedStateImage: TcxPivotGridOptionsLockedStateImage read; write;

Property Value

Type
TcxPivotGridOptionsLockedStateImage

Remarks

Refer to the TcxPivotGridOptionsLockedStateImage class description to learn about these settings.

To custom paint the “Locked View” image, handle the pivot grid’s OnPrepareLockedStateImage event.

See Also