Skip to main content

AppointmentInplaceEditorBase.IsNewAppointment Property

Determines if the currently edited appointment is new.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

public bool IsNewAppointment { get; }

Property Value

Type Description
Boolean

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

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

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