Back to Devexpress

Member Table: Views

aspnet-3802-components-scheduler-member-tables-member-table-views.md

latest3.2 KB
Original Source

Member Table: Views

  • Dec 17, 2020
  • 2 minutes to read

Below is the list of the primary members which can be used to access views and change their characteristics in the ASPxScheduler suite.

Public Properties

NameDescription
ASPxScheduler.ActiveViewGets the View currently used by the Scheduler to show its data.
ASPxScheduler.ActiveViewTypeGets or sets the type of the View currently used by the Scheduler to show its data.
ASPxScheduler.ViewsContains the settings of the Views used to represent information within the Scheduler Control.
ASPxScheduler.AgendaViewGets an object that defines the settings of the scheduler’s Agenda View.
ASPxScheduler.DayViewGets an object that defines the settings of the scheduler’s Day View.
ASPxScheduler.FullWeekViewGets an object that specifies the settings of the scheduler’s Full Week View..
ASPxScheduler.MonthViewGets an object that defines the settings of the scheduler’s Month View.
ASPxScheduler.TimelineViewGets an object that defines the settings of the scheduler’s Timeline View.
ASPxScheduler.WeekViewGets an object that defines the settings of the scheduler’s Week View.
ASPxScheduler.WorkWeekViewGets an object that defines the settings of the scheduler’s Work Week View.

Public Methods

NameDescription
SchedulerViewBase.GetVisibleIntervalsReturns a copy of the visible time interval collection for the current view.
SchedulerViewBase.SetVisibleIntervalsFills the visible time interval collection with new items.
SchedulerViewBase.SetSelectionMakes a specific time interval selected within the View.
SchedulerViewBase.SelectAppointmentMakes the specified appointment the only selected appointment within the View, and scrolls to it.

Public Events

NameDescription
ASPxScheduler.ActiveViewChangedOccurs after the active view of the Scheduler control has been changed.