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

In This Topic
    AllowDragging Property (ColumnTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Column.AllowDragging. Sets whether the user can move this row or column to a new position with the mouse.
    Syntax
    'Declaration
     
    Public Overrides Property AllowDragging As Boolean
    public override bool AllowDragging {get; set;}
    See Also