AppointmentEditPage(AppointmentEditViewModel, Boolean) Constructor
In This Article
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
C#
public AppointmentEditPage(
AppointmentEditViewModel viewModel,
bool useThemeableToolbarIcons = false
)
#Parameters
Name | Type | Description |
---|---|---|
view |
Appointment |
An Appointment |
#Optional Parameters
Name | Type | Default |
---|---|---|
use |
Boolean | False |
See Also