Skip to main content

TcxCustomPivotGrid.Customization Property

Provides access to the settings of the pivot grid’s customization form.

Declaration

property Customization: TcxPivotGridCustomization read; write;

Property Value

Type
TcxPivotGridCustomization

Remarks

Use this property to access the settings of the pivot grid’s customization form. The settings allow you to access the form, to control its visibility, size and position on the screen via the Form, Visible and FormBounds properties, respectively.

See Also