CellViewModel.IsToday Property
Returns whether the cell represents a time slot that occurs today.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public bool IsToday { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
See Also