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

DxSchedulerAppointmentMappings.LabelId Property

Specifies appointment’s label ID.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping LabelId { get; set; }

Property Value

Type Description
DxSchedulerMapping

Maps the data field to the appointment property.

Remarks

The Scheduler has a built-in collection of label values:

  • Light (ID: 0)
  • Blue (ID: 1)
  • Purple (ID: 2)
  • Indigo (ID: 3)
  • Pink (ID: 4)
  • Red (ID: 5)
  • Orange (ID: 6)
  • Yellow (ID: 7)
  • Green (ID: 8)
  • Teal (ID: 9)
  • Cyan (ID: 10)

You can also substitute the built-in collection of status values with your own values.

Refer to the DxSchedulerAppointmentMappings class description for an example.

See Also