Back to Devexpress

VerticalGridRow.Height Property

aspnet-devexpress-dot-web-dot-verticalgridrow-65dfbcae.md

latest953 B
Original Source

VerticalGridRow.Height Property

Gets or sets a row height.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(0)]
public int Height { get; set; }
vb
<DefaultValue(0)>
Public Property Height As Integer

Property Value

TypeDefaultDescription
Int320

An integer value that specifies a row height.

|

See Also

VerticalGridRow Class

VerticalGridRow Members

DevExpress.Web Namespace