AppointmentLabelCollection.GetById(Object) Method
Obtains a label object specified by its identifier.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | Object | An object that is the identifier of the appointment label. |
Returns
Type | Description |
---|---|
AppointmentLabel | An AppointmentLabel object with the specified UserInterfaceObject.Id property value. |
See Also