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

PivotGridControl.ShowCustomization(Point) Method

Displays the Customization Form at the specified point.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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