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

    Gets whether the appointment is in in-place edit mode.

    Namespace: DevExpress.Xpf.Scheduling.VisualData

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public bool IsEditing { get; }

    Property Value

    Type Description
    Boolean

    true if the appointment is in in-place edit mode; otherwise, false.

    See Also