Skip to main content
A newer version of this page is available. .

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.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.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