Back to Devexpress

RowDefinition.Height Property

windowsforms-devexpress-dot-xtralayout-dot-rowdefinition-e7e94fdf.md

latest1.7 KB
Original Source

RowDefinition.Height Property

Gets or sets the row height, in pixels or as a percentage, according to the RowDefinition.SizeType.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty]
public double Height { get; set; }
vb
<XtraSerializableProperty>
Public Property Height As Double

Property Value

TypeDescription
Double

A value that specifies the row height.

|

Remarks

The row height can be in absolute or relative values depending on the RowDefinition.SizeType property. If this property is set to AutoSize , the row height is automatically calculated to fit its contents and the Height property is ignored.

To learn about the specifics of calculating the size of columns/rows of the Percent type, see RowDefinition.SizeType.

See Also

SizeType

RowDefinition Class

RowDefinition Members

DevExpress.XtraLayout Namespace