Member Table: Views
- 3 minutes to read
Below is the list of the primary members which can be used to access views and change their characteristics in the XtraScheduler suite.
Public Properties
Name | Description |
---|---|
SchedulerControl.ActiveView | Gets the View currently used by the Scheduler to show its data. |
SchedulerControl.ActiveViewType | Gets or sets the type of the View which is currently used by the Scheduler to show its data. |
SchedulerControl.Views | Contains the settings of the Views that are used to represent information within the Scheduler Control. |
SchedulerViewBase.ViewInfo | This property provides access to an object that introduces properties and methods which give you the ability to obtain all the view information about the current SchedulerViewBase object’s elements. This property is overridden by the SchedulerViewBase descendants to provide the view information specific to each type of View. |
SchedulerControl.DayView | Gets an object that defines the settings of the scheduler’s Day View. |
SchedulerControl.MonthView | Gets an object that defines the settings of the scheduler’s Month View. |
SchedulerControl.TimelineView | Gets an object that defines the settings of the scheduler’s Timeline View. |
SchedulerControl.FullWeekView | Gets an object that defines the settings of the scheduler’s Full Week View. |
SchedulerControl.WeekView | Gets an object that defines the settings of the scheduler’s Week View. |
SchedulerControl.WorkWeekView | Gets an object that defines the settings of the scheduler’s Work Week View. |
SchedulerControl.GanttView | Gets an object that defines the settings of the scheduler’s Gantt View. |
Public Methods
Name | Description |
---|---|
SchedulerViewBase.GetVisibleIntervals | Returns a copy of the visible time interval collection for the current view. |
SchedulerViewBase.GotoTimeInterval | Selects the specified time interval and scrolls the View to it, if it’s not currently visible. |
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. |
SchedulerViewBase.AddAppointmentSelection | Selects the specified appointment. |
SchedulerViewBase.ChangeAppointmentSelection | Selects a single appointment. |
SchedulerViewBase.ReverseAppointmentSelection | Switches the selection status of the specified appointment. |
GanttView.SelectDependency | Selects the specified appointment dependency so that it is the only selected dependency within the View. |
GanttView.ChangeDependencySelection | Selects a single dependency. |
SchedulerViewBase.GetAppointments | Gets the collection of appointments displayed in the current Scheduler view. |
SchedulerViewBase.GetResources | Gets a collection of visible resources for the current Scheduler view. |
SchedulerViewBase.ZoomIn | Performs scaling up to display content in more detail. |
SchedulerViewBase.ZoomOut | Performs scaling down to display a broader look of the View. |
Public Events
Name | Description |
---|---|
SchedulerControl.ActiveViewChanging | Occurs when the Scheduler control is changing its active view. |
SchedulerControl.ActiveViewChanged | Occurs after the active view of the Scheduler control has been changed. |