Back to Devexpress

AllowHideFieldsType Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-4d1ee5fc.md

latest1.3 KB
Original Source

AllowHideFieldsType Enum

Lists values that specify when fields can be hidden by end-users.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum AllowHideFieldsType
vb
Public Enum AllowHideFieldsType

Members

NameDescription
Never

Fields cannot be hidden.

| | Always |

Fields can always be hidden.

| | WhenFieldListVisible |

Fields can be hidden only when the field list is visible.

|

The following properties accept/return AllowHideFieldsType values:

Remarks

The values listed by this enumeration are used to set the PivotGridControl.AllowHideFields property.

See Also

DevExpress.Xpf.PivotGrid Namespace