ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / GridTile Class / MaxResizeWidth Property

In This Topic
    MaxResizeWidth Property (GridTile)
    In This Topic
    Gets or sets the default maximum width of the tile when resize.
    Syntax
    'Declaration
     
    Public Overridable Property MaxResizeWidth As Integer
    public virtual int MaxResizeWidth {get; set;}
    See Also