Skip to content

DevExpress-Examples/winforms-pivot-display-the-customization-form-near-the-pivotgrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Pivot Grid - Display the Customization Form near the Pivot Grid

This example demonstrates how to display the Customization Form near the Pivot Grid.

screenshot

The form is in SplitContainerControl - a parent container for the Pivot Grid and Customization Form. To specify the SplitContainer's panel as the Customization Form's owner, handle the PivotGridControl.ShowingCustomizationForm event and use the e.ParentControl property.

Specify the form's appearance with the PivotGridOptionsCustomization.CustomizationFormStyle property.

Call the PivotGridControl.FieldsCustomization method to show the form.

Files to Review

Form1.cs (VB: Form1.vb)

Documentation

Customization Form

More Examples

Pivot Grid for WinForms - How to Group Fields into Folders in the Customization Form