Skip to main content
A newer version of this page is available. .

DayView Class

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.dll

Declaration

public class DayView :
    SchedulerViewBase,
    IInnerDayViewOwner,
    ISupportXtraAnimation,
    IXtraAnimationListener,
    ISupportAsyncScrollAnimation

The following members accept/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.

DayView-class

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the DayView class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also