Skip to main content

AppointmentItem.LabelId Property

Gets or sets the identifier of the label object associated with the appointment.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public object LabelId { get; set; }

Property Value

Type Description
Object

The unique identifier of the AppointmentLabelItem or its source object.

See Also