Skip to main content

DayViewCellViewModel.IsWorkTime Property

Returns whether the cell is in the work time of work days.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public bool IsWorkTime { get; }

Property Value

Type Description
Boolean

true, if the cell is in the work time of work days; otherwise, false.

See Also