ASP.NET MVC Controls | ComponentOne
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 Shadows Property Height As Nullable(Of Integer)
    public new 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