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