Back to Devexpress

PivotGridControl.ShowCustomization() Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-8355563d.md

latest3.1 KB
Original Source

PivotGridControl.ShowCustomization() Method

Displays the Customization Form.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public void ShowCustomization()
vb
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.

winforms-pivot-create-user-folders-within-the-customization-form/CS/XtraPivotGrid_UserFolders/Form1.cs#L31

csharp
// Invoke the Customization Form at the default location - the main window's bottom right corner.
pivotGridControl1.ShowCustomization();

winforms-pivot-create-user-folders-within-the-customization-form/VB/XtraPivotGrid_UserFolders/Form1.vb#L33

vb
' Invoke the Customization Form at the default location - the main window's bottom right corner.
pivotGridControl1.ShowCustomization()

See Also

CustomizationFormStyle

CustomizationForm

CustomizationFormBounds

ShowingCustomizationForm

ShowCustomizationForm

HideCustomization()

Customization Form

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace