Skip to main content
All docs
V25.1
  • AppointmentViewModel.Appointment Property

    Gets the source appointment.

    Namespace: DevExpress.Xpf.Scheduling.VisualData

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public AppointmentItem Appointment { get; }

    Property Value

    Type Description
    AppointmentItem

    The source appointment.

    See Also