Back to Devexpress

DayView Class

windowsforms-devexpress-dot-xtrascheduler-daf90050.md

latest2.7 KB
Original Source

DayView Class

Displays a detailed picture of events across one or more days.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class DayView :
    SchedulerViewBase,
    IInnerDayViewOwner,
    ISupportXtraAnimation,
    IXtraAnimationListener,
    ISupportAsyncScrollAnimation
vb
Public Class DayView
    Inherits SchedulerViewBase
    Implements IInnerDayViewOwner,
               ISupportXtraAnimation,
               IXtraAnimationListener,
               ISupportAsyncScrollAnimation

The following members return DayView objects:

Remarks

The XtraScheduler control has several types of view that provide different arrangements and formats for scheduling and viewing appointments. The DayView class represents a Day View. This type of view enables end-users to schedule and view user events by day.

All views are stored in the scheduler’s view repository which can be accessed via the SchedulerControl.Views property. To access the settings of the Day View use the SchedulerViewRepository.DayView property.

Inheritance

Object UserInterfaceObject SchedulerViewBase DayView FullWeekView

WorkWeekView

See Also

DayView Members

Day View

DayView

DevExpress.XtraScheduler Namespace