AppointmentLabelCollection.GetById(Object) Method
Obtains a label object specified by its identifier.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
public AppointmentLabel GetById(
object id
)
Public Function GetById(
id As Object
) As AppointmentLabel
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 if found; otherwise, a new AppointmentLabel object is created with default settings. |
See Also
Feedback