Back to Devexpress

AppointmentEditViewModelBase.IsNewAppointment Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmenteditviewmodelbase-d12387d8.md

latest1.4 KB
Original Source

AppointmentEditViewModelBase.IsNewAppointment Property

Gets whether the current appointment is new and not contained in the scheduler’s appointment collection.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool IsNewAppointment { get; protected set; }
vb
Public Property IsNewAppointment As Boolean

Property Value

TypeDescription
Boolean

true, if the appointment is new; otherwise, false.

|

See Also

IsNew(AppointmentItem)

AppointmentEditViewModelBase Class

AppointmentEditViewModelBase Members

DevExpress.Xpf.Scheduling Namespace