ItemsViewOptionsSelection.Assign(BaseOptions) Method
Copies settings of the target BaseOptions object to this ItemsViewOptionsSelection object.
Namespace: DevExpress.XtraGrid.Views.Items
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 should be copied. |
See Also