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

AppointmentItemCollection.IsNew(AppointmentItem) Method

Determines whether the given appointment is new and the current AppointmentItemCollection does not contain it yet.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public bool IsNew(
    AppointmentItem item
)

Parameters

Name Type Description
item AppointmentItem

An AppointmentItem instance that is the target appointment.

Returns

Type Description
Boolean

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

Remarks

Call the IsNew method to check whether the target appointment is added to the AppointmentItemCollection. The IsNew method returns true for both recurrent and non-recurrent appointments .

See Also