GridOptionsDragDrop.AllowDataReordering Property
In This Article
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.v24.2.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 Allow |
---|---|
Grid |
|
#Remarks
Attach the Drag-and-Drop Behavior to the GridView
to allow users to reorder and move data rows using drag and drop.
See Also