Skip to main content

TimeIndicatorDisplayOptionsBase.Assign(BaseOptions) Method

Copies all settings of the TimeIndicatorDisplayOptionsBase object passed as a parameter to the current object.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

An TimeIndicatorDisplayOptionsBase object whose settings are assigned to the current object.

See Also