Skip to main content

ColorItemSelectViewModel(String, IEnumerable<ColorItemViewModel>, Action<ColorItemViewModel>) Constructor

Initializes a new instance of the ColorItemSelectViewModel class with specified settings.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public ColorItemSelectViewModel(
    string title,
    IEnumerable<ColorItemViewModel> colorItems,
    Action<ColorItemViewModel> colorItemSelectedCallback
)

Parameters

Name Type
title String
colorItems IEnumerable<ColorItemViewModel>
colorItemSelectedCallback Action<ColorItemViewModel>
See Also