Back to Devexpress

PivotGridField.ShowInCustomizationForm Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-40865087.md

latest1.2 KB
Original Source

PivotGridField.ShowInCustomizationForm Property

Gets or sets whether the field’s header is displayed within the field list when the field is hidden. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool ShowInCustomizationForm { get; set; }
vb
Public Property ShowInCustomizationForm As Boolean

Property Value

TypeDescription
Boolean

true to display the field’s header within the field list; otherwise, false.

|

See Also

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace