Skip to main content
All docs
V24.1

PivotGridControl.ShowCustomization(Point) Method

Displays the Customization Form at the specified point.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.1.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public void ShowCustomization(
    Point showPoint
)

Parameters

Name Type Description
showPoint Point

The Customization Form’s top-left corner, in screen coordinates.

See Also