AllowHideFieldsType Enum
In This Article
Lists values that specify when fields can be hidden by end-users.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Never | Fields cannot be hidden. |
Always | Fields can always be hidden. |
When |
Fields can be hidden only when the field list is visible. |
#Passed To
You can pass AllowHideFieldsType values to the PivotGridControl.AllowHideFields property.
#Remarks
The values listed by this enumeration are used to set the PivotGridControl.AllowHideFields property.
See Also