Skip to main content

PivotGridOptionsSelection.MaxHeight Property

Gets the maximum number of rows that can be selected simultaneously.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue(-1)]
public int MaxHeight { get; set; }

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
.OptionsSelection .MaxHeight

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