Member Table: Views
- 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
Name | Description |
---|---|
ASPxScheduler.ActiveView | Gets the View currently used by the Scheduler to show its data. |
ASPxScheduler.ActiveViewType | Gets or sets the type of the View currently used by the Scheduler to show its data. |
ASPxScheduler.Views | Contains the settings of the Views used to represent information within the Scheduler Control. |
ASPxScheduler.AgendaView | Gets an object that defines the settings of the scheduler’s Agenda View. |
ASPxScheduler.DayView | Gets an object that defines the settings of the scheduler’s Day View. |
ASPxScheduler.FullWeekView | Gets an object that specifies the settings of the scheduler’s Full Week View.. |
ASPxScheduler.MonthView | Gets an object that defines the settings of the scheduler’s Month View. |
ASPxScheduler.TimelineView | Gets an object that defines the settings of the scheduler’s Timeline View. |
ASPxScheduler.WeekView | Gets an object that defines the settings of the scheduler’s Week View. |
ASPxScheduler.WorkWeekView | Gets an object that defines the settings of the scheduler’s Work Week View. |
Public Methods
Name | Description |
---|---|
SchedulerViewBase.GetVisibleIntervals | Returns a copy of the visible time interval collection for the current view. |
SchedulerViewBase.SetVisibleIntervals | Fills the visible time interval collection with new items. |
SchedulerViewBase.SetSelection | Makes a specific time interval selected within the View. |
SchedulerViewBase.SelectAppointment | Makes the specified appointment the only selected appointment within the View, and scrolls to it. |
Public Events
Name | Description |
---|---|
ASPxScheduler.ActiveViewChanged | Occurs after the active view of the Scheduler control has been changed. |