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

ISchedulerStorage.SetAppointmentId(Appointment, Object) Method

Sets the identifier of the specified appointment to a specified value.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

void SetAppointmentId(
    Appointment apt,
    object id
)

Parameters

Name Type Description
apt Appointment

An Appointment object.

id Object

An object that is the appointment identifier to assign.

Remarks

Use the SetAppointmentId method to assign an arbitrary identifier to an appointment. The method sets the Appointment.Id value.

See Also