Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomPivotGrid.OnCustomization Event

In This Article

Occurs when the visibility of the pivot grid’s customization form changes.

#Declaration

Delphi
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