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

PivotGridControl.FieldsCustomization(Point) Method

Invokes the Customization Form at the specified point.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public void FieldsCustomization(
    Point showPoint
)

Parameters

Name Type Description
showPoint Point

A structure specifying the location of the Customization Form’s top-left corner. The point is set in screen coordinates.

Remarks

Use the FieldsCustomization method to invoke the Customization Form at the specified point. Immediately before the form is displayed onscreen the PivotGridControl.ShowCustomizationForm event fires.

See Also