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

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