Skip to main content

AppointmentModificationControllerBase.IsNewAppointment Property

Checks whether the currently edited appointment is a new and individual object.

Namespace: DevExpress.XtraScheduler.Native

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public virtual bool IsNewAppointment { get; }

Property Value

Type Description
Boolean

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

Remarks

The appointment is new if it is not contained within the AppointmentBaseCollection. For the recurrence series, only the Pattern appointment could be checked, occurrences are not individual appointment and this method always returns false for them.

See Also