Back to Devexpress

DxSchedulerAppointmentMappings.LabelId Property

blazor-devexpress-dot-blazor-dot-dxschedulerappointmentmappings-94657b34.md

latest1.5 KB
Original Source

DxSchedulerAppointmentMappings.LabelId Property

Maps appointment label IDs.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public DxSchedulerMapping LabelId { get; set; }

Property Value

TypeDescription
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)

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

DxSchedulerAppointmentMappings Class

DxSchedulerAppointmentMappings Members

DevExpress.Blazor Namespace