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

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