Skip to main content
A newer version of this page is available. .

AllowHideFieldsType Enum

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

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:

Library Related API Members
Cross-Platform Class Library PivotGridOptionsCustomization.AllowHideFields
ASP.NET Web Forms Controls PivotGridWebOptionsCustomization.AllowHideFields

Remarks

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

See Also