TcxCustomPivotGrid.OnCustomization Event
Occurs when the visibility of the pivot grid’s customization form changes.
Declaration
property OnCustomization: TNotifyEvent read; write;
Remarks
Handle the OnCustomization event to perform specific actions when the pivot grid’s customization form is displayed or hidden on the screen. The visible state of the form can be modified via the Customization.Visible property. Set this property to True to display the form. Otherwise, the form is hidden.
See Also