C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRow Class / Height Property

In This Topic
Height Property (TransposedGridRow)
In This Topic
Gets or sets the height of the row.
Syntax
'Declaration
 
Public Property Height As Nullable(Of Integer)
 
Remarks
Setting this property to null or negative values causes the element to use the parent collection's default size.
See Also