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

TimelineViewAppointmentDisplayOptionsEx.Assign(BaseOptions) Method

Copies all setting values from the target object to this TimelineViewAppointmentDisplayOptionsEx instance.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

A object whose settings are to be copied.

See Also