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

AdvBandedGridOptionsView.RowAutoHeight Property

Gets or sets a value specifying whether the height of each data row is automatically adjusted so as to completely display the contents of its cells.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override bool RowAutoHeight { get; set; }

Property Value

Type Description
Boolean

true to enable automatic calculation of the heights of data rows; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to RowAutoHeight
AdvBandedGridView
.OptionsView.RowAutoHeight

Remarks

Advanced Banded Grid Views do not support automatic calculation of the height of the rows they display. This property is overridden and it always returns false. Setting this property has no effect.

See Also