SchedulerDataStorage.GetLabelItemById(Object) Method
In This Article
Returns a label with the specified identifier from the LabelItems collection.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public AppointmentLabelItem GetLabelItemById(
object id
)
#Parameters
Name | Type | Description |
---|---|---|
id | System. |
The label identifier. |
#Returns
Type | Description |
---|---|
Appointment |
The label with the specified identifier. |
See Also