Back to Devexpress

WeekView Class

aspnet-devexpress-dot-web-dot-aspxscheduler-eb38286c.md

latest2.4 KB
Original Source

WeekView Class

Represents a Week View.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class WeekView :
    HorizontalWeekViewBase
vb
Public Class WeekView
    Inherits HorizontalWeekViewBase

The following members return WeekView objects:

Remarks

The ASPxScheduler control has several view types that provide different arrangements and formats for scheduling and viewing the appointments. The WeekView class represents a Week View. This type of view enables end-users to schedule and view the user events in a week.

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 Week View use the SchedulerViewRepository.WeekView property.

Implements

IDisposable

DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize

Inheritance

Object SchedulerViewBase DevExpress.Web.ASPxScheduler.Internal.HorizontalWeekViewBase WeekView BootstrapWeekView

MVCxSchedulerWeekView

See Also

WeekView Members

WeekView

Work-Week View

DevExpress.Web.ASPxScheduler Namespace