Skip to main content

ControlCornersOptions.Assign(BaseOptions) Method

Copies all the settings from the ControlCornersOptions object passed as a parameter.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public override void Assign(
    BaseOptions options
)

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