Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotGridWebOptionsCustomization.AllowHideFields Property

Gets or sets a value which specifies when fields can be hidden by end-users. This member supports the .NET Framework infrastructure and cannot be used directly from your code.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public AllowHideFieldsType AllowHideFields { get; set; }

Property Value

Type Description
AllowHideFieldsType

An AllowHideFieldsType enumeration value which specifies when fields can be hidden by end-users.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowHideFields
ASPxPivotGrid
.OptionsCustomization.AllowHideFields
MVCxPivotGrid
.OptionsCustomization.AllowHideFields
PivotGridSettings
.OptionsCustomization.AllowHideFields

Remarks

This property overrides the base class property to hide it from a user.

See Also