Skip to main content
A newer version of this page is available. .

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.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[DefaultValue(true)]
public bool AllowExpand { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowExpand
WinForms Controls PivotGridControl
.OptionsCustomization .AllowExpand
Reporting XRPivotGrid
.OptionsCustomization .AllowExpand
ASP.NET MVC Extensions MVCxPivotGrid
.OptionsCustomization .AllowExpand
PivotGridSettings
.OptionsCustomization .AllowExpand
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsCustomization .AllowExpand

Remarks

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

See Also