DayView Class
The view that displays appointments for a specific day or several days.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public class DayView :
DayViewBase
Remarks
The image below highlights elements the View includes:
- Time Ruler
- Time Ruler Cell
- Time Ruler Header
- Header Item
- All Day Area
- All Day Appointment
- All Day Cell
- Appointment
- Day Cell
The following table lists basic settings that configure the view:
Property | Description |
---|---|
Gets or sets the number of days the Day View displays. | |
Gets or sets whether the View should show only WorkTime. | |
Gets or sets how the View snaps the scheduler’s appointments. |
Implements
Inheritance
Object
ViewBase
DayViewBase
DayView
See Also