windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-8355563d.md
Displays the Customization Form.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
public void ShowCustomization()
Public Sub ShowCustomization
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowCustomization() 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.
// Invoke the Customization Form at the default location - the main window's bottom right corner.
pivotGridControl1.ShowCustomization();
' Invoke the Customization Form at the default location - the main window's bottom right corner.
pivotGridControl1.ShowCustomization()
See Also