AllowHideFieldsType Enum
Lists values that specify when fields can be hidden by end-users.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Members
Name | Description |
---|---|
Never
|
End-users cannot hide fields. |
Always
|
End-users can always hide fields. |
WhenCustomizationFormVisible
|
End-users can only hide fields when the customization form is visible. |
Related API Members
The following properties accept/return AllowHideFieldsType values:
Remarks
The values listed by this enumeration are used to set the PivotGridOptionsCustomization.AllowHideFields property.
See Also