AppointmentLabelCollection.GetById(Object) Method
Obtains a label object specified by its identifier.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
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 if found; otherwise, a new AppointmentLabel object is created with default settings. |
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the GetById(Object) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.