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.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.1.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.

Related API Members

The following properties accept/return AllowHideFieldsType values:

Remarks

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

See Also