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

In This Topic
    AllowResizing Property (ColumnTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.AllowResizing. Sets a value that indicates whether the user can resize the row or column with the mouse.
    Syntax
    'Declaration
     
    Public Overridable Property AllowResizing As Boolean
    public virtual bool AllowResizing {get; set;}
    See Also