Back to Devexpress

AppointmentViewModel Class

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

latest1.4 KB
Original Source

AppointmentViewModel Class

A View Model bound to the AppointmentControl element.

Namespace : DevExpress.Xpf.Scheduling.VisualData

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class AppointmentViewModel :
    NotifyPropertyChangedBase,
    ISelectableInterval
vb
Public Class AppointmentViewModel
    Inherits NotifyPropertyChangedBase
    Implements ISelectableInterval

Remarks

Refer to the following help topic for more information: Scheduler Elements That Support Templates.

Inheritance

Object DevExpress.Xpf.Scheduling.Internal.NotifyPropertyChangedBase AppointmentViewModel

See Also

AppointmentViewModel Members

DevExpress.Xpf.Scheduling.VisualData Namespace