Back to Devexpress

PivotGridFieldOptionsEx.AllowHide Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldoptionsex-a1403e87.md

latest2.0 KB
Original Source

PivotGridFieldOptionsEx.AllowHide Property

Gets or sets whether or not an end-user can hide the current field.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean AllowHide { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(DefaultBoolean.Default)>
Public Overridable Property AllowHide As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A DefaultBoolean value that specifies whether or not an end-user can hide the current field.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowHide
PivotGridField

.Options .AllowHide

|

See Also

PivotGridFieldOptionsEx Class

PivotGridFieldOptionsEx Members

DevExpress.XtraPivotGrid Namespace