ColorItemSelectViewModel(String, IEnumerable<ColorItemViewModel>, Action<ColorItemViewModel>) Constructor
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.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