Back to Devexpress

PivotGridControl.AllowExpandOnDoubleClick Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-592cbcbe.md

latest1.9 KB
Original Source

PivotGridControl.AllowExpandOnDoubleClick Property

Gets or sets whether field values are expanded/collapsed on a double click. 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 AllowExpandOnDoubleClick { get; set; }
vb
Public Property AllowExpandOnDoubleClick As Boolean

Property Value

TypeDescription
Boolean

true if field values are expanded/collapsed on a double click; otherwise, false.

|

Remarks

To specify whether field values are expanded/collapsed by clicking the expand/collapse button, use the PivotGridControl.AllowExpand property (or the PivotGridField.AllowExpand property of individual fields).

See Also

PivotGridControl.AllowExpand

PivotGridField.AllowExpand

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace