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

In This Topic
    AllowResizing Property (FlexGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.AllowResizing. Sets whether users are allowed to resize rows and/or columns with the mouse.
    Syntax
    'Declaration
     
    Public Overridable Property AllowResizing As AllowResizing
    public virtual AllowResizing AllowResizing {get; set;}
    See Also