TcxCustomPivotGrid.OptionsLockedStateImage Property
In This Article
Specifies the display settings for the pivot grid’s “Locked View“ image.
#Declaration
Delphi
property OptionsLockedStateImage: TcxPivotGridOptionsLockedStateImage read; write;
#Property Value
Type |
---|
Tcx |
#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