AllDayAreaCellViewModel(DateTimeRange) Constructor
Initializes a new AllDayAreaCellViewModel instance with the specified interval the cell occupies.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public AllDayAreaCellViewModel(
DateTimeRange interval
)
Parameters
Name | Type | Description |
---|---|---|
interval | DateTimeRange | The day interval the cell occupies. |
See Also