Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridGroupRow Class / AllowDragging Property

In This Topic
    AllowDragging Property (GridGroupRow)
    In This Topic
    Gets or sets a value indicating whether this row can be dragged.
    Syntax
    'Declaration
     
    
    Public Property AllowDragging As Boolean
    public bool AllowDragging {get; set;}
    See Also