GridOptionsDragDrop.Assign(BaseOptions) Method
Copies all settings from the options object passed as a parameter.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v25.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| options | BaseOptions | The source object whose settings are assigned to the current object. |
See Also