Skip to main content
All docs
V26.1
  • ITreeList.AllowDragRows Property

    Specifies whether users can start the row drag operation.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    Declaration

    [DefaultValue(false)]
    bool AllowDragRows { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to allow users to start dragging rows; otherwise, false.

    Remarks

    Refer to the AllowDragRows property description for additional information and an example.

    See Also