Skip to main content

TcxCustomPivotGrid.OnPrepareLockedStateImage Event

Enables you to custom paint a “Locked View“ image.

Declaration

property OnPrepareLockedStateImage: TcxPivotGridPrepareLockedStateImageEvent read; write;

Remarks

This event fires on the “Locked View” image repaint.

Sender specifies the pivot grid that generated the event.

AImage specifies the image to be displayed. This parameter is initialized with an image of the pivot grid.

ADone specifies whether image processing is performed on the image. The image processing includes applying the visual effect and painting the message box over the image as specified via the pivot grid’s OptionsLockedStateImage option set. Pass True as the ADone parameter to prevent image processing.

See Also