Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

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