ColorItemViewModel(Object, Object, String, Boolean) Constructor
Initializes a new instance of the ColorItemViewModel class with specified settings.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public ColorItemViewModel(
object id,
object color,
string caption,
bool isSelected = false
)
Parameters
| Name | Type |
|---|---|
| id | Object |
| color | Object |
| caption | String |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| isSelected | Boolean | False |
See Also