AppointmentInplaceEditorBase.IsNewAppointment Property
In This Article
Determines if the currently edited appointment is new.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the current appointment is new; otherwise, false. |
#Remarks
Use the IsNewAppointment method to determine whether the appointment, currently being edited in the in-place editor, is already contained in the appointment storage (the AppointmentStorage object) or in a series of its recurring appointments.
See Also