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.v24.2.dll
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 |
|
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