Back to Devexpress

PivotGridField.AllowHide Property

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

latest1.1 KB
Original Source

PivotGridField.AllowHide Property

Gets or sets whether an end user can hide the current field. 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 AllowHide { get; set; }
vb
Public Property AllowHide As Boolean

Property Value

TypeDescription
Boolean

A Boolean value that specifies whether an end user can hide the current field.

|

See Also

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace