Back to Devexpress

PropertyDescriptionControl.AutoHeight Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertydescriptioncontrol-976da763.md

latest1.5 KB
Original Source

PropertyDescriptionControl.AutoHeight Property

Gets or sets whether the control automatically adjusts its height to display the text in its entirety.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool AutoHeight { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Appearance")>
Public Property AutoHeight As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

A value that specifies whether the control automatically adjusts its height to display the text in its entirety.

|

See Also

PropertyDescriptionControl Class

PropertyDescriptionControl Members

DevExpress.XtraVerticalGrid Namespace