ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ColumnTagHelper Class / MaxWidth Property

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