DxSchedulerDataStorage.CreateLabelItem() Method
Creates a new label item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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