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

In This Topic
    MaxResizeWidth Property (ManualGridTileTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Tile.MaxResizeWidth. 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