Skip to main content

DxSchedulerAppointmentMappings.LabelId Property

Maps appointment label IDs.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping LabelId { get; set; }

Property Value

Type Description
DxSchedulerMapping

Maps the data field to the LabelId 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)

Scheduler - Default appointment labels

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