Back to Devexpress

FullWeekView Class

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

latest2.6 KB
Original Source

FullWeekView Class

A class for the Full Week View.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class FullWeekView :
    WeekViewBase
vb
Public Class FullWeekView
    Inherits WeekViewBase

The following members return FullWeekView objects:

Remarks

The ASPxScheduler control has several view types that provide different arrangements and formats for scheduling and viewing the appointments. The FullWeekView class is implemented for the Full Week View. This type of view enables end-users to schedule and view user events for the entire week.

To specify the start of the week, use the ASPxScheduler.FirstDayOfWeek property.

All views are stored in the scheduler’s view repository, which can be accessed using the ASPxScheduler.Views property. To access the settings of the Full Week View, use the SchedulerViewRepository.FullWeekView property.

Implements

IDisposable

DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize

IXtraSupportDeserializeCollectionItem

Inheritance

Object SchedulerViewBase DayView DevExpress.Web.ASPxScheduler.Internal.WeekViewBase FullWeekView BootstrapFullWeekView

MVCxSchedulerFullWeekView

See Also

FullWeekView Members

DevExpress.Web.ASPxScheduler Namespace