Skip to main content

TcxPivotGridCustomization Class

Contains the settings of the customization form.

Declaration

TcxPivotGridCustomization = class(
    TcxPivotGridCustomOptions
)

Remarks

A TcxPivotGridCustomization object contains settings of the customization form. These settings allow you to specify its visibility, size and position on the screen via the Visible and FormBounds properties, respectively. To access the customization form, use the Form property.

Use the pivot grid’s Customization property to access the settings of the control’s customization form.

Inheritance

See Also