Skip to main content
All docs
V24.1

AppointmentViewModel.IsEditing Property

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

Namespace: DevExpress.Xpf.Scheduling.VisualData

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