PivotGridControl.AllowExpandOnDoubleClick Property
In This Article
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.v14.2.dll
#Declaration
[XtraSerializablePropertyId(0)]
[XtraSerializableProperty]
public bool AllowExpandOnDoubleClick { get; set; }
#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