TimelineView Members
In This Article
#Constructors
Name | Description |
---|---|
Timeline |
Initializes a new instance of the Timeline |
#Properties
Name | Description |
---|---|
Appearance |
Provides access to the properties that control the appearance of the Timeline |
Appointment |
Provides access to the appointment display options for the Timeline View. |
Appointment |
Obsolete. Gets or sets the height of a single appointment for the current View (in pixels).
Inherited from Scheduler |
Bounds |
Obsolete. Gets or sets the bounds of the current View.
Inherited from Scheduler |
Cells |
Obsolete. Use the Cells |
Cells |
Provides access to options for specifying cell auto height behavior in the Timeline or Gantt view. |
Control |
Gets the scheduler control which the current View belongs to.
Inherited from Scheduler |
Date |
Gets or sets a value indicating whether the date-time scrollbar is visible.
Inherited from Scheduler |
Deferred |
Provides access to parameters that control deferred scrolling. |
Display |
Gets or sets the string to display to indicate the scheduler’s view.
Inherited from Scheduler |
Enabled |
Gets or sets if the view is enabled for the Scheduler |
Enable |
Gets or sets whether the horizontal scroll bar is mapped to the visible interval. |
First |
Gets or sets the visible index of the first resourse currently displayed on-screen.
Inherited from Scheduler |
Group |
Gets or sets the width of a separator bar between groups (measured in pixels).
Inherited from Scheduler |
Group |
Gets or sets a value that specifies the type of grouping applied to the View.
Inherited from Scheduler |
Html |
|
Id |
Overrides the corresponding property of the base class to hide it.
Inherited from Scheduler |
Menu |
Gets or sets the menu caption string to indicate the View.
Inherited from Scheduler |
Menu |
Gets the id of the scheduler menu item corresponding to the Switch |
Navigation |
Specifies the time span used to search for appointments by Navigation Buttons.
Inherited from Scheduler |
Navigation |
Gets or sets the condition for display of the Navigation Buttons.
Inherited from Scheduler |
Options |
Provides access to properties which specify how the time cell selection changes when the Timeline scale is changed. |
Painter |
Obsolete. Gets an object that provides the painting functionality of the scheduler control’s Views.
Inherited from Scheduler |
Resource |
Sets fixed resource height and enables pixel scrolling for the Scheduler |
Resources |
Gets or sets the number of resources shown at a time on a screen.
Inherited from Scheduler |
Scales | Provides access to a collection of time scales displayed in the Timeline view. |
Selected |
Gets the time interval currently selected in the scheduler’s active view by an end-user.
Inherited from Scheduler |
Selected |
Gets the resource which contains the time interval currently selected in the scheduler’s active view.
Inherited from Scheduler |
Selection |
Provides access to the selection bar options. |
Short |
Gets or sets a short name of the current view.
Inherited from Scheduler |
Show |
Gets or sets a value which specifies if the More buttons should be shown in the current View.
Inherited from Scheduler |
Show |
Gets or sets whether More buttons should display the number of appointments outside the currently visible area.
Inherited from Scheduler |
Show |
Gets or sets whether resource headers are displayed. |
Status |
Gets or sets how the appointment status is displayed in the Scheduler view.
Inherited from Scheduler |
Time |
Provides access to options for displaying the Time Indicator in the view. |
Timeline |
Specifies whether a vertical row scrollbar is visible, and the vertical scrolling is enabled in rows of the Timeline view grouped by resource. |
Type | Gets the view’s type. |
View |
Gets the information on visual representation of the object. |
Visible |
Obsolete. Gets the collection of visible intervals (for instance, days or weeks) displayed by the View.
Inherited from Scheduler |
Work |
Gets or sets the work time interval for a Timeline View. |
#Methods
Name | Description |
---|---|
Add |
Selects the specified appointment.
Inherited from Scheduler |
Calc |
Returns information on scheduler elements located at the specified point.
Inherited from Scheduler |
Change |
Selects a single appointment.
Inherited from Scheduler |
Dispose() |
Disposes of the Scheduler |
Dispose |
Disposes of controls contained in the view.
Inherited from Scheduler |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current User |
Get |
Gets the collection of appointments displayed in the current Scheduler view.
Inherited from Scheduler |
Get |
Gets the time scale with the most detailed time interval. |
Get |
Obtains a collection of filtered resources from the Storage.
Inherited from Scheduler |
Get |
Gets the hash code (a number) that corresponds to the value of the current User |
Get |
Gets a collection of visible resources for the current Scheduler view.
Inherited from Scheduler |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Returns a copy of the visible time interval collection for the current view.
Inherited from Scheduler |
Goto |
Selects the specified time interval and scrolls the View to it if it’s not currently visible.
Inherited from Scheduler |
Initialize |
Creates and initializes additional controls contained in complex views, such as Agenda view.
Inherited from Scheduler |
Invalidate() |
Invalidates the region occupied by the current View (adds it to the control’s update region which will be repainted during the next paint operation), and causes a paint message to be sent to the scheduler control.
Inherited from Scheduler |
Invalidate |
Invaldates the specified region of the current Timeline |
Layout |
Updates the View and forces the scheduler control to display any changes made to the View’s layout.
Inherited from Scheduler |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reverse |
Switches the selection status of the specified appointment.
Inherited from Scheduler |
Scroll |
Inherited from Scheduler |
Select |
Makes the specified appointment on the specified resource the only selected appointment within the View and scrolls to it.
Inherited from Scheduler |
Select |
Makes the specified appointment the only selected appointment within the View and scrolls to it.
Inherited from Scheduler |
Set |
Selects time cells which encompass the specified time interval.
Inherited from Scheduler |
Set |
Fills the visible time interval collection with new items.
Inherited from Scheduler |
To |
Returns the element’s textual representation.
Inherited from User |
Zoom |
Performs scaling up to display content in more detail.
Inherited from Scheduler |
Zoom |
Performs scaling down to display a broader look of the View.
Inherited from Scheduler |
#Events
Name | Description |
---|---|
Property |
Occurs when a property value changes.
Inherited from User |
See Also