Skip to main content

TimelineViewAppointmentDisplayOptionsEx.Assign(BaseOptions) Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

A object whose settings are to be copied.

See Also