AllowHideFieldsType Enum
Lists values that specify when fields can be hidden by end-users.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Members
Name | Description |
---|---|
Never
|
Fields cannot be hidden. |
Always
|
Fields can always be hidden. |
WhenFieldListVisible
|
Fields can be hidden only when the field list is visible. |
Related API Members
The following properties accept/return AllowHideFieldsType values:
Remarks
The values listed by this enumeration are used to set the PivotGridControl.AllowHideFields property.
See Also