ColorItemSelectPage(ColorItemSelectViewModel) Constructor
Initializes a new instance of the ColorItemSelectPage class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public ColorItemSelectPage(
ColorItemSelectViewModel viewModel
)
Parameters
Name | Type |
---|---|
viewModel | ColorItemSelectViewModel |
See Also