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

In This Topic
    AllowResizing Property (TransposedGridRowTagHelper)
    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