DxSchedulerDataStorage.CreateAppointmentItem(Boolean) Method
Creates a new appointment item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public DxSchedulerAppointmentItem CreateAppointmentItem(
bool withoutSource = false
)
Optional Parameters
Name | Type | Default |
---|---|---|
withoutSource | Boolean | False |
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