OptionsLayoutBase.Assign(BaseOptions) Method
Copies settings from the specified object to the current object.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.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