OptionsLayoutBase.Assign(BaseOptions) Method
Copies settings from the specified object to the current object.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| source | BaseOptions | An object whose settings are copied to the current object. |
See Also