ColorItemViewModel(Object, Object, String, Boolean) Constructor
Initializes a new instance of the ColorItemViewModel class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.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