Skip to main content
All docs
V19.1

SchedulerView.GetLabelItemById(Object) Method

Returns a label with the specified identifier from the LabelItems collection.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public AppointmentLabelItem GetLabelItemById(
    object id
)

Parameters

Name Type Description
id Object

The label identifier.

Returns

Type Description
AppointmentLabelItem

The label with the specified identifier.

See Also