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.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
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