Skip to main content
All docs
V23.2

AppointmentViewModel.IsEditing Property

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

Namespace: DevExpress.Xpf.Scheduling.VisualData

Assembly: DevExpress.Xpf.Scheduling.v23.2.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