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

DxSchedulerDataStorage.CreateStatusItem() Method

Creates a new status item.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.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