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

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