Skip to main content
Tag

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.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool AllowHide { get; set; }

Property Value

Type Description
Boolean

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

See Also