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