Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[XtraSerializableProperty]
public double Height { get; set; }

#Property Value

Type Description
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