AppointmentEditPage(AppointmentEditViewModel, Boolean) Constructor
Initializes a new instance of the AppointmentEditPage class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public AppointmentEditPage(
AppointmentEditViewModel viewModel,
bool useThemeableToolbarIcons = false
)
Parameters
| Name | Type |
|---|---|
| viewModel | AppointmentEditViewModel |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| useThemeableToolbarIcons | Boolean | False |
See Also