Skip to main content

AppointmentFormControllerBase.IsNewAppointment Property

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#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 AppointmentCollection. For the recurrence series, only the Pattern appointment can be checked, occurrences are not individual appointments and this method always returns false for them.

See Also