PivotGridOptionsSelection.MaxHeight Property
Gets the maximum number of rows that can be selected simultaneously.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | An integer value that specifies the maximum number of rows that can be selected simultaneously. -1 if any number of rows can be selected. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to MaxHeight |
---|---|
PivotGridControl |
|
Remarks
When you select a column by clicking its header, PivotGridControl selects the MaxHeight topmost cells.
To specify the maximum number of columns that can be selected simultaneously, use the PivotGridOptionsSelection.MaxWidth property.
See Also