ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / Height Property

In This Topic
    Height Property (TransposedGridRowBase)
    In This Topic
    Gets or sets the height of the row.
    Syntax
    'Declaration
     
    Public Property Height As Nullable(Of Integer)
    public Nullable<int> Height {get; set;}
    Remarks
    Setting this property to null or negative values causes the element to use the parent collection's default size.
    See Also