PivotGridOptionsCustomization.AllowExpandOnDoubleClick Property
Gets or sets whether field values are expanded/collapsed on a double click.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if field values are expanded/collapsed on a double click; otherwise, false. |
Remarks
To specify whether end-users are allowed to expand and collapse field values, use the PivotGridOptionsCustomization.AllowExpand property (or the PivotGridFieldOptions.AllowExpand property of individual fields).
If expanding/collapsing field values is disabled via the PivotGridOptionsCustomization.AllowExpand (or PivotGridFieldOptions.AllowExpand) property, a double click on a field value has no effect, regardless of the AllowExpandOnDoubleClick property value.