Back to Devexpress

VGridControlBase.MaxRowAutoHeight Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-b5ba712a.md

latest1.7 KB
Original Source

VGridControlBase.MaxRowAutoHeight Property

OBSOLETE

Use the OptionsView.MaxRowAutoHeight property instead

Gets or sets the maximum height that rows can be stretched, to accommodate their values completely.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsView.MaxRowAutoHeight property instead")]
public int MaxRowAutoHeight { get; set; }
vb
<Obsolete("Use the OptionsView.MaxRowAutoHeight property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property MaxRowAutoHeight As Integer

Property Value

TypeDescription
Int32

The maximum row height, in pixels.

|

See Also

MaxRowAutoHeight

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace