PivotGridOptionsCustomization.AllowExpand Property
Gets or sets whether end-users are allowed to expand/collapse rows or columns that correspond to the current field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if end-users are allowed to expand/collapse rows or columns that correspond to the current field; otherwise, false. |
Remarks
Individual fields have a PivotGridFieldOptions.AllowExpand property, which if set, takes priority over the AllowExpand property.
See Also