ASPxSchedulerDataWebControlBase.GetAppointmentClientId(Appointment) Method
In This Article
Gets the unique client-side identifier of the specified appointment.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public string GetAppointmentClientId(
Appointment appointment
)
#Parameters
Name | Type | Description |
---|---|---|
appointment | Appointment | An Appointment object. |
#Returns
Type | Description |
---|---|
String | A string containing the identifier of the specified appointment. |
See Also