Back to Devexpress

PivotGridControl.AllowExpand Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-9c6012a5.md

latest1.4 KB
Original Source

PivotGridControl.AllowExpand Property

Gets or sets whether expand buttons are displayed. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool AllowExpand { get; set; }
vb
Public Property AllowExpand As Boolean

Property Value

TypeDescription
Boolean

true to display expand buttons; otherwise, false.

|

Remarks

The AllowExpand property is in effect for those fields whose PivotGridField.AllowExpand property is set to null.

See Also

AllowExpand

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace