corelibraries-devexpress-dot-xtrapivotgrid-35b36754.md
Lists values that specify when fields can be hidden by end-users.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum AllowHideFieldsType
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum AllowHideFieldsType
| 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.
|
The following properties accept/return AllowHideFieldsType values:
The values listed by this enumeration are used to set the PivotGridOptionsCustomization.AllowHideFields property.
See Also