Skip to main content
A newer version of this page is available. .

DxSchedulerAppointmentItem.LabelId Property

Specifies the identifier of the label object associated with the appointment.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public object LabelId { get; set; }

Property Value

Type Description
Object

An object that specifies the unique identifier of the DxSchedulerAppointmentLabelItem.

See Also