Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotGridControl.FieldsCustomization(Control) Method

Invokes the Customization Form.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public void FieldsCustomization(
    Control parentControl
)

Parameters

Name Type Description
parentControl Control

A Control descendant (pivot grid) which owns the Customization Form.

Remarks

Use the FieldsCustomization method to invoke the Customization Form programmatically. End-users can also invoke the Customization Form via the field header context menu or header area context menu.

Before the Customization Form is invoked, the PivotGridControl.ShowingCustomizationForm event is raised. It allows you to prevent the form from being displayed. Once the Customization Form has been invoked, the PivotGridControl.ShowCustomizationForm event is raised.

Note

If a ParentControl is assigned to the Customization Form, the PivotGridControl.CustomizationFormBounds property is ignored.

The following code snippets (auto-collected from DevExpress Examples) contain references to the FieldsCustomization(Control) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also