Back to Devexpress

AppointmentEditViewModelBase.Scheduler Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmenteditviewmodelbase.md

latest1.4 KB
Original Source

AppointmentEditViewModelBase.Scheduler Property

Gets the ShedulerControl used in the View Model.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public SchedulerControl Scheduler { get; }
vb
Public ReadOnly Property Scheduler As SchedulerControl

Property Value

TypeDescription
SchedulerControl

A SchedulerControl object used in the View Model.

|

Remarks

The SchedulerControl and AppointmentItem are specified in the View Model’s constructor.

See Also

AppointmentEditViewModelBase Class

AppointmentEditViewModelBase Members

DevExpress.Xpf.Scheduling Namespace