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