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

DxSchedulerDataStorage.CreateLabelItem() Method

Creates a new label item.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerAppointmentLabelItem CreateLabelItem()

Returns

Type Description
DxSchedulerAppointmentLabelItem

A new label item with default settings.

Remarks

The recommended method of creating new labels is specifying the AppointmentLabelsSource and AppointmentLabelMappings properties so that new labels are generated from the data source.

See Also