Skip to main content

DxSchedulerDataStorage.CreateStatusItem() Method

Creates a new status item.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerAppointmentStatusItem CreateStatusItem()

Returns

Type Description
DxSchedulerAppointmentStatusItem

A status item.

Remarks

We recommend that you use the AppointmentStatusSource and AppointmentStatusMappings properties to create new status values that are generated from the data source.

See Also