Skip to main content
All docs
V25.1
  • AppointmentEditViewModelBase.EditAppointment Property

    Gets the edited appointment whose properties are displayed in the Edit Form.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public AppointmentItem EditAppointment { get; protected set; }

    Property Value

    Type Description
    AppointmentItem

    The appointment item being edited.

    Remarks

    When the user clicks the Save button in the Edit Form, the scheduler commits the changes to the item returned by the Appointment property.

    See Also