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

TimeIndicatorDisplayOptions.Assign(BaseOptions) Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

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

See Also