ControlCornersOptions.Assign(BaseOptions) Method
Copies all the settings from the ControlCornersOptions object passed as a parameter.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.2.Reporting.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
options | BaseOptions | A collection whose elements are copied to the current object. If null (Nothing in Visual Basic), then a ArgumentNullException will be thrown. |
Remarks
The Assign method allows the settings of the specified ControlCornersOptions object to be copied to the current ControlCornersOptions object.
See Also