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

PivotGridOptionsSelection.MaxHeight Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

[DefaultValue(-1)]
[XtraSerializableProperty]
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