Back to Devexpress

DxSchedulerAppointmentMappings.StatusId Property

blazor-devexpress-dot-blazor-dot-dxschedulerappointmentmappings-6e9b1fb8.md

latest1.5 KB
Original Source

DxSchedulerAppointmentMappings.StatusId Property

Maps appointment status IDs.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public DxSchedulerMapping StatusId { get; set; }

Property Value

TypeDescription
DxSchedulerMapping

Maps the data field to the StatusId appointment property.

|

Remarks

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

  • Free (ID: 0)
  • Working elsewhere (ID: 1)
  • Tentative (ID: 2)
  • Busy (ID: 3)
  • Away (ID: 4)

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