Back to Devexpress

DayView Class

aspnet-devexpress-dot-web-dot-aspxscheduler-303b0dcd.md

latest2.9 KB
Original Source

DayView Class

Represents a Day View.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class DayView :
    SchedulerViewBase,
    IXtraSupportDeserializeCollectionItem
vb
Public Class DayView
    Inherits SchedulerViewBase
    Implements IXtraSupportDeserializeCollectionItem

The following members return DayView objects:

Remarks

The ASPxScheduler control has several view types that provide different arrangements and formats for scheduling and viewing the 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 ASPxScheduler.Views property. To access the settings of the Day View use the SchedulerViewRepository.DayView property.

Implements

IDisposable

DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize

IXtraSupportDeserializeCollectionItem

Inheritance

Show 11 items

Object SchedulerViewBase DayView FullWeekView

WorkWeekView

BootstrapFullWeekView

BootstrapWorkWeekView

BootstrapDayView

MVCxSchedulerDayView

MVCxSchedulerFullWeekView

MVCxSchedulerWorkWeekView

See Also

DayView Members

DayView

DevExpress.Web.ASPxScheduler Namespace