Skip to main content

AllowHideFieldsType Enum

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum AllowHideFieldsType

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