Back to Devexpress

PivotGridControl.CustomizationForm Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-9e4acb88.md

latest2.5 KB
Original Source

PivotGridControl.CustomizationForm Property

Provides access to the Customization Form.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[Browsable(false)]
public CustomizationForm CustomizationForm { get; }
vb
<Browsable(False)>
Public ReadOnly Property CustomizationForm As CustomizationForm

Property Value

TypeDescription
DevExpress.XtraPivotGrid.Customization.CustomizationForm

A Form descendant that represents the Customization Form.

|

Remarks

The CustomizationForm property returns a reference to the Customization Form if it is visible onscreen. If the form is hidden this property returns null.

The PivotGridControl.CustomizationFormBounds property lets you specify the form’s position and size. To invoke the Customization Form via code, use the PivotGridControl.ShowCustomization method.

See Also

CustomizationFormStyle

CustomizationFormBounds

ShowCustomization

ShowingCustomizationForm

ShowCustomizationForm

Customization Form

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace