Back to Devexpress

FullWeekView Class

windowsforms-devexpress-dot-xtrascheduler-d5411b45.md

latest2.5 KB
Original Source

FullWeekView Class

Represents a view that displays the entire week.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

The following members return FullWeekView objects:

Remarks

The XtraScheduler control has several types of view that provide different arrangements and formats for scheduling and viewing appointments. The FullWeekView class represents a 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 SchedulerControl.FirstDayOfWeek property.

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 view use the SchedulerViewRepository.FullWeekView property.

Inheritance

Object UserInterfaceObject SchedulerViewBase DayView FullWeekView

See Also

FullWeekView Members

Full Week View

DayView

DevExpress.XtraScheduler Namespace