DxGridModel.AllowedDropTarget Property
Namespace: DevExpress.ExpressApp.Blazor.Editors.Models
Assembly: DevExpress.ExpressApp.Blazor.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
Property Value
Type |
---|
GridAllowedDropTarget |
Available values:
Name | Description |
---|---|
None | Users cannot reorder rows or drop them onto this Grid from another component. |
Internal | Users can reorder rows within this Grid. |
External | Users can drop rows onto other components. |
All | Users can reorder rows within this Grid and drop them onto other components. |
See Also