Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public bool IsNewAppointment { get; }

Property Value

Type Description
Boolean

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

See Also