ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Column Class / Height Property

In This Topic
    Height Property (Column)
    In This Topic
    Gets or sets the height of this column group
    Syntax
    'Declaration
     
    
    Public Property Height As Nullable(Of Integer)
    public Nullable<int> Height {get; set;}
    See Also