PivotGridFieldOptionsEx.AllowHide Property
Gets or sets whether or not an end-user can hide the current field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v20.2.dll
Declaration
[XtraSerializableProperty]
[DefaultValue(DefaultBoolean.Default)]
public virtual DefaultBoolean AllowHide { get; set; }
<XtraSerializableProperty>
<DefaultValue(DefaultBoolean.Default)>
Public Overridable Property AllowHide As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
A DefaultBoolean value that specifies whether or not an end-user can hide the current field. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowHide |
---|---|
PivotGridField |
|
See Also
Feedback