Back to Devexpress

PivotGridOptionsCustomization.AllowExpand Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionscustomization.md

latest1.8 KB
Original Source

PivotGridOptionsCustomization.AllowExpand Property

Gets or sets whether end-users are allowed to expand/collapse rows or columns that correspond to the current field.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public bool AllowExpand { get; set; }
vb
<DefaultValue(True)>
Public Property AllowExpand As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if end-users are allowed to expand/collapse rows or columns that correspond to the current field; otherwise, false.

|

Remarks

Individual fields have a PivotGridFieldOptions.AllowExpand property, which if set, takes priority over the AllowExpand property.

See Also

AllowExpand

PivotGridOptionsCustomization Class

PivotGridOptionsCustomization Members

DevExpress.XtraPivotGrid Namespace