Back to Devexpress

DayView Class

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-7738a093.md

latest2.8 KB
Original Source

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

csharp
public class DayView :
    DayViewBase

Remarks

The image below highlights elements the View includes:

  1. Time Ruler
  2. Time Ruler Cell
  3. Time Ruler Header
  4. Header Item
  5. All Day Area
  6. All Day Appointment
  7. All Day Cell
  8. Appointment
  9. Day Cell

The following table lists basic settings that configure the view:

|

Property

|

Description

| | --- | --- | |

DayCount

|

Gets or sets the number of days the Day View displays.

| |

ShowWorkTimeOnly

|

Gets or sets whether the View should show only WorkTime.

| |

SnapToCellsMode

|

Gets or sets how the View snaps the scheduler’s appointments.

|

Implements

IThemeChangingHandler

Inheritance

Object ViewBase DayViewBase DayView

See Also

DayView Members

DevExpress.XamarinForms.Scheduler Namespace