ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / Cell Class / MinWidth Property

In This Topic
    MinWidth Property (Cell)
    In This Topic
    Gets or sets the minimum width of this column.
    Syntax
    'Declaration
     
    Public Property MinWidth As Nullable(Of Integer)
    public Nullable<int> MinWidth {get; set;}
    See Also