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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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 |
|
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