ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ColumnBaseTagHelper<TControl> Class / Height Property

In This Topic
    Height Property (ColumnBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.Height. Sets the height of this column group
    Syntax
    'Declaration
     
    Public Property Height As Nullable(Of Integer)
    public Nullable<int> Height {get; set;}
    See Also