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

DxSchedulerDataStorage.CreateAppointmentItem() Method

Creates a new appointment item.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerAppointmentItem CreateAppointmentItem()

Returns

Type Description
DxSchedulerAppointmentItem

A new appointment item with default settings.

Remarks

Use the CreateAppointmentItem method instead of the DxSchedulerAppointmentItem constructor to create a new appointment.

The CreateAppointmentItem method creates appointment mappings, custom fields, specifies a time zone and performs other initialization procedures.

See Also