Skip to main content
All docs
V25.1
  • GridOptionsDragDrop.AllowDataReordering Property

    Gets or sets a value that specifies whether the user can reorder data rows within the GridView.

    Namespace: DevExpress.XtraGrid.Views.Grid

    Assembly: DevExpress.XtraGrid.v25.1.dll

    NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

    Declaration

    [DefaultValue(true)]
    [XtraSerializableProperty]
    public virtual bool AllowDataReordering { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to allow the user to reorder data rows; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to AllowDataReordering
    GridView
    .OptionsDragDrop .AllowDataReordering

    Remarks

    Attach the Drag-and-Drop Behavior to the GridView to allow users to reorder and move data rows using drag and drop.

    Drag and Drop Data Rows - WinForms Data Grid

    See Also