Skip to main content

AppointmentFormTemplateContainerBase.IsNewAppointment Property

Indicates whether the currently edited appointment is a new object and not a pattern recurrence.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public bool IsNewAppointment { get; }

Property Value

Type Description
Boolean

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

See Also