AppointmentInplaceEditorBase.IsNewAppointment Property
Determines if the currently edited appointment is new.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public bool IsNewAppointment { get; }
Public ReadOnly Property IsNewAppointment As Boolean
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