Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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