Skip to main content
Tag

PivotGridField.AllowExpand Property

Gets or sets whether an end-user is allowed to expand/collapse the rows or columns which correspond to the current field. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool? AllowExpand { get; set; }

Property Value

Type Description
Nullable<Boolean>

true if an end-user is allowed to expand/collapse the rows or columns which correspond to the current field; otherwise, false.

Remarks

This property is in effect for fields displayed within the Column Header Area and Row Header Area. It specifies whether expand buttons are displayed within Field Value boxes, so it determines whether an end-user can expand/collapse specific rows/columns.

See Also