Skip to main content

ASPxSchedulerStorage.GetAppointmentId(Appointment) Method

Gets the identifier of the specified appointment.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public virtual object GetAppointmentId(
    Appointment apt
)

Parameters

Name Type Description
apt Appointment

An Appointment object.

Returns

Type Description
Object

An object that is the identifier of the specified appointment.

Remarks

The method returns the Appointment.Id value.

See Also