Skip to main content

AllowHideFieldsType Enum

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public enum AllowHideFieldsType

#Members

Name Description
Never

Fields cannot be hidden.

Always

Fields can always be hidden.

WhenFieldListVisible

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