Back to Devexpress

TimelineView Properties

wpf-devexpress-dot-xpf-dot-scheduling-dot-timelineview-dot-underscore-properties.md

latest42.1 KB
Original Source

TimelineView Properties

A view that arranges events and appointments across horizontal timelines.

NameDescription
ActualHorizontalScrollBarVisibilityReturns whether the horizontal scrollbar is currently shown. This is a dependency property. Inherited from SchedulerViewBase.
ActualResourceNavigatorVisibilityInherited from SchedulerViewBase.
ActualShowCellControlsIndicates whether the Scheduler generates and displays CellControl instances.
ActualVerticalScrollBarVisibilityReturns whether the vertical scrollbar is currently shown. This is a dependency property. Inherited from SchedulerViewBase.
ActualViewModeIndicates whether the updated version of the Timeline View is enabled.
ActualZoomRangeReturns the actual zoom level limit based on the VisibleIntervals property value and the current client’s width. This is a dependency property.
AgendaViewThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
AllowDropOverrides the AllowDrop property to hide it. Inherited from DXFrameworkContentElement.
AppointmentContentTemplateGets or sets the data template used to display the content of appointments in the Timeline View. This is a dependency property.
AppointmentContentTemplateSelectorGets or sets an object that selects an appointment content template based on custom logic. This is a dependency property.
AppointmentFullIntervalStringFormatGets or sets the format of the string displayed in appointments that indicate the full interval of an appointment. This is a dependency property. Inherited from SchedulerViewBase.
AppointmentIntervalStringFormatGets or sets the format of the string displayed in appointments that indicate the interval of an appointment. This is a dependency property. Inherited from SchedulerViewBase.
AppointmentLeftArrowTextStringFormatGets or sets the format of the string displayed in appointments that do not fit in the view area. This is a dependency property. Inherited from SchedulerViewBase.
AppointmentMinHeightGets or sets the minimum height of appointments in the Timeline View. This is a dependency property.
AppointmentMinWidthGets or sets the minimum width of appointments in the Timeline View. This is a dependency property.
AppointmentRightArrowTextStringFormatGets or sets the format of the string displayed in appointments that do not fit in the view area. This is a dependency property. Inherited from SchedulerViewBase.
AppointmentsDeferredRenderingGets or sets whether to enable deferred scrolling. This is a dependency property. Inherited from SchedulerViewBase.
AppointmentsDeferredRenderingRangeGets or sets the number of appointments being rendered at a time when the AppointmentsDeferredRendering option is enabled. This is a dependency property. Inherited from SchedulerViewBase.
AppointmentsOpacityAnimationInherited from SchedulerViewBase.
AppointmentStyleGets or sets the style of appointments in the Timeline View. This is a dependency property.
AreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element. Inherited from ContentElement.
AreAnyTouchesCapturedWithinGets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. Inherited from ContentElement.
AreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element. Inherited from ContentElement.
AreAnyTouchesOverGets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. Inherited from ContentElement.
BindingGroupOverrides the BindingGroup property, to hide it. Inherited from DXFrameworkContentElement.
CaptionGets or sets a caption for the current View ‘s bar item. This is a dependency property. Inherited from ViewBase.
CellContentTemplateGets or sets the data template used to display the content of time cells in the Timeline View. This is a dependency property.
CellContentTemplateSelectorGets or sets an object that selects a time cell template based on custom logic. This is a dependency property.
CellStyleGets or sets the style of time cells in the Timeline View. This is a dependency property.
CommandBindingsOverrides the CommandBindings property to hide it. Inherited from DXFrameworkContentElement.
ContextMenuOverrides the ContextMenu property to hide it. Inherited from DXFrameworkContentElement.
CursorOverrides the Cursor property to hide it. Inherited from DXFrameworkContentElement.
DataContextGets or sets the data context for an element when it participates in data binding. Inherited from FrameworkContentElement.
DateHeaderContentTemplateGets or sets the data template used to display the content of date headers. This is a dependency property. Inherited from SchedulerViewBase.
DateHeaderContentTemplateSelectorGets or sets an object that selects a date header content template based on custom logic. This is a dependency property. Inherited from SchedulerViewBase.
DateHeaderStyleInherited from SchedulerViewBase.
DayViewThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
DayViewBaseThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
DefaultStyleKey protectedGets or sets the key to use to find the style template for this control in themes. Inherited from FrameworkContentElement.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DescriptionGets or sets a description for the current View ‘s bar item. This is a dependency property. Inherited from ViewBase.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
FirstVisibleResourceIndexInherited from SchedulerViewBase.
FocusableOverrides the Focusable property to hide it. Inherited from DXFrameworkContentElement.
FocusVisualStyleOverrides the FocusVisualStyle property to hide it. Inherited from DXFrameworkContentElement.
ForceCursorOverrides the ForceCursor property to hide it. Inherited from DXFrameworkContentElement.
GlyphGets or sets the bar item’s small icon for the current View. This is a dependency property. Inherited from ViewBase.
GroupSeparatorSizeSpecifies the width of the line between groups when the scheduler is grouped by dates or resources. Inherited from SchedulerViewBase.
HasAnimatedPropertiesOverrides the HasAnimatedProperties property to hide it. Inherited from DXFrameworkContentElement.
HighlightNonworkingHoursSpecifies whether to highlight non-working hours. This is a dependency property.
HorizontalScrollBarVisibilityGets or sets the horizontal scrollbar visibility mode. This is a dependency property. Inherited from SchedulerViewBase.
InputBindingsOverrides the InputBindings property to hide it. Inherited from DXFrameworkContentElement.
InputScopeOverrides the InputScope property to hide it. Inherited from DXFrameworkContentElement.
IntervalCountGets or sets the number of time intervals displayed in the timeline view. This is a dependency property.
IntervalDurationSpecifies the interval available in the Timeline View. This is a dependency property.
IsActiveGets or sets a value indicating whether the current View is active in the SchedulerControl. This is a dependency property. Inherited from ViewBase.
IsAppointmentsOpacityAnimationEnabledInherited from SchedulerViewBase.
IsEnabledOverrides the IsEnabled property to hide it. Inherited from DXFrameworkContentElement.
IsEnabledCore protectedGets a value that becomes the return value of IsEnabled in derived classes. Inherited from ContentElement.
IsFocusedOverrides the IsFocused property to hide it. Inherited from DXFrameworkContentElement.
IsInitializedGets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its EndInit() method called. Inherited from FrameworkContentElement.
IsInputMethodEnabledOverrides the IsInputMethodEnabled property to hide it. Inherited from DXFrameworkContentElement.
IsKeyboardFocusedOverrides the IsKeyboardFocused property to hide it. Inherited from DXFrameworkContentElement.
IsKeyboardFocusWithinOverrides the IsKeyboardFocusWithin property to hide it. Inherited from DXFrameworkContentElement.
IsLoadedGets a value indicating whether this element has been loaded for presentation. Inherited from FrameworkContentElement.
IsMouseCapturedOverrides the IsMouseCaptured property to hide it. Inherited from DXFrameworkContentElement.
IsMouseCaptureWithinOverrides the IsMouseCaptureWithin property to hide it. Inherited from DXFrameworkContentElement.
IsMouseDirectlyOverOverrides the IsMouseDirectlyOver property to hide it. Inherited from DXFrameworkContentElement.
IsMouseOverOverrides the IsMouseOver property to hide it. Inherited from DXFrameworkContentElement.
IsSealedOverrides the IsSealed property to hide it. Inherited from DXFrameworkContentElement.
IsStylusCapturedOverrides the IsStylusCaptured property to hide it. Inherited from DXFrameworkContentElement.
IsStylusCaptureWithinOverrides the IsStylusCaptureWithin property to hide it. Inherited from DXFrameworkContentElement.
IsStylusDirectlyOverOverrides the IsStylusDirectlyOver property to hide it. Inherited from DXFrameworkContentElement.
IsStylusOverOverrides the IsStylusOver property to hide it. Inherited from DXFrameworkContentElement.
IsVerticalPerPixelScrollingEnabledSpecifies whether the vertical scrolling is per-pixel. This is a dependency property.
IsVerticalScrollSnappingEnabledGets or sets a value indicating whether the Scheduler should snap to the top-edge of the closest time cell column when scrolling completes. This is a dependency property.
LanguageOverrides the Language property to hide it. Inherited from DXFrameworkContentElement.
LargeGlyphGets or sets the bar item’s large icon for the current View. This is a dependency property. Inherited from ViewBase.
ListViewThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
ListViewBaseThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
MonthViewThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
MoreButtonsVisibilityGets or sets the visibility state of More buttons in the current View. This is a dependency property. Inherited from SchedulerViewBase.
NameGets or sets the identifying name of the element. The name provides an instance reference so that programmatic code-behind, such as event handler code, can refer to an element once it is constructed during parsing of XAML. Inherited from FrameworkContentElement.
NavigationButtonsVisibilityGets or sets whether to display appointment navigation buttons. This is a dependency property. Inherited from SchedulerViewBase.
OverridesDefaultStyleOverrides the OverridesDefaultStyle property to hide it. Inherited from DXFrameworkContentElement.
ParentGets the parent in the logical tree for this element. Inherited from FrameworkContentElement.
ResourceAutoHeightAutomatically adjust the resource row height to fit all appointments in a row. The scheduler should be grouped by resources or dates. This is a dependency property.
ResourceHeaderContentTemplateSpecifies the template that defines the presentation of resource headers. This is a dependency property. Inherited from SchedulerViewBase.
ResourceHeaderContentTemplateSelectorSpecifies the object that chooses a resource header template based on custom logic. This is a dependency property. Inherited from SchedulerViewBase.
ResourceHeaderStyleGets or sets a style applied to resource headers within the View. This is a dependency property. Inherited from SchedulerViewBase.
ResourceMaxHeightSpecifies the maximum resource height in the collapsed state. This is a dependency property.
ResourceMinHeightGets or sets the resource row’s minimum height when the TimelineView.ResourceAutoHeight is true. This is a dependency property.
ResourcesOverrides the Resources property to hide it. Inherited from DXFrameworkContentElement.
ResourcesPerPageGets or sets the maximum number of simultaneously displayed resources. This is a dependency property. Inherited from SchedulerViewBase.
ResourceWidth
SchedulerGets the SchedulerControl to which the specified View belongs. Inherited from ViewBase.
SchedulerViewBaseThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
ShowAppointmentArrowImagesGets or sets whether to display arrows that indicate appointments that last more than one day. This is a dependency property. Inherited from SchedulerViewBase.
ShowAppointmentDescriptionGets or sets whether to display descriptions within appointments. This is a dependency property. Inherited from SchedulerViewBase.
ShowAppointmentIntervalGets or sets whether to display appointment‘s start and end date and time. This is a dependency property. Inherited from SchedulerViewBase.
ShowAppointmentLocationGets or sets whether to display the appointment‘s location. This is a dependency property. Inherited from SchedulerViewBase.
ShowAppointmentRecurrenceImageGets or sets whether to display icons that indicate recurring appointments. This is a dependency property. Inherited from SchedulerViewBase.
ShowAppointmentReminderImageGets or sets whether to display icons that indicate appointments that have reminders. This is a dependency property. Inherited from SchedulerViewBase.
ShowAppointmentStatusGets or sets whether to display the status bar within appointments. This is a dependency property. Inherited from SchedulerViewBase.
ShowCellControlsSpecifies whether to generate and display CellControl instances. This is a dependency property.
ShowDayHeadersGets or sets whether to display day headers. This is a dependency property. Inherited from SchedulerViewBase.
ShowInCommandBarSpecifies whether to display the view’s button in the ribbon. This is a dependency property. Inherited from ViewBase.
ShowResourceHeadersGets or sets whether to display resource headers. This is a dependency property. Inherited from SchedulerViewBase.
ShowResourceNavigatorGets or sets whether to display the resource navigator. This is a dependency property. Inherited from SchedulerViewBase.
ShowTimeIndicatorOverAppointmentGets or sets a value indicating whether the Time Indicator is displayed above the appointments. This is a dependency property.
SnapToCellsModeGets or sets the method of snapping appointments to time cells. This is a dependency property.
StretchAppointmentsGets or sets a value indicating whether appointments in the Timeline View should be stretched to fill the time cells. This is a dependency property.
StyleGets or sets the style to be used by this element. Inherited from FrameworkContentElement.
TagGets or sets an arbitrary object value that can be used to store custom information about this element. Inherited from FrameworkContentElement.
TemplatedParentGets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. Inherited from FrameworkContentElement.
TimeIndicatorVisibilityGets or sets whether to display the time indicator. This is a dependency property.
TimelineViewThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
TimeRegionContentTemplateSpecifies the template that defines the presentation of time regions. This is a dependency property. Inherited from SchedulerViewBase.
TimeRegionContentTemplateSelectorSpecifies the object that chooses a time region template based on custom logic. This is a dependency property. Inherited from SchedulerViewBase.
TimeRegionSnapToCellsMode
TimeRegionVisibilityInherited from SchedulerViewBase.
TimeScaleMaxCountSpecifies the maximum number of time scales displayed by the Scheduler. This is a dependency property.
TimeScalesGets or sets the time intervals displayed in the Timeline view.
TimeScalesSourceSpecifies a collection of objects that contain time scale settings. This is a dependency property.
TimeScaleStyleGets or sets a style that contains non-template-specific settings. This is a dependency property.
TimeScaleTemplateGets or sets a template that describes time scales for the Timeline View. This is a dependency property.
TimeScaleTemplateSelectorGets or sets the data template selector which chooses a template based on the time scale type. This is a dependency property.
ToolTipThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DXFrameworkContentElement.
TouchesCapturedGets all touch devices that are captured to this element. Inherited from ContentElement.
TouchesCapturedWithinGets all touch devices that are captured to this element or any child elements in its visual tree. Inherited from ContentElement.
TouchesDirectlyOverGets all touch devices that are over this element. Inherited from ContentElement.
TouchesOverGets all touch devices that are over this element or any child elements in its visual tree. Inherited from ContentElement.
TypeGets the view’s type.
VerticalScrollBarVisibilityGets or sets the vertical scrollbar visibility mode. This is a dependency property. Inherited from SchedulerViewBase.
ViewModeAllows you to switch to the updated version of the Timeline View.
ViewportIntervalReturns the interval currently visible in the client. This is a dependency property.
ViewportStartSpecifies the leftmost date-time value visible in the client. This is a dependency property.
VisualDataInherited from ViewBase.
WeekViewThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
WorkWeekViewThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
ZoomSpecifies the current zoom level. This is a dependency property.
ZoomRangeAllows you to limit the zoom level. This is a dependency property.

See Also

TimelineView Class

TimelineView Members

DevExpress.Xpf.Scheduling Namespace