Class TimelineItemContainer
Items control, specialized in displaying groups of Rad
Inherited Members
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class TimelineItemContainer : ExpandableHeaderedItemsContainer
Constructors
TimelineItemContainer()
Initializes a new instance of the Timeline
Declaration
public TimelineItemContainer()
Fields
SelectionRegionControlProperty
Identifies the Selection
Declaration
public static readonly DependencyProperty SelectionRegionControlProperty
Field Value
System.
|
Properties
SelectionRegionControl
Gets or sets the selection region control.
Declaration
public SelectionRegion SelectionRegionControl { get; set; }
Property Value
Selection The selection region control. |
Methods
GetContainerForItemOverride()
Gets the container for item override.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System.
|
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnLostMouseCapture(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnLostMouseCapture(MouseEventArgs e)
Parameters
System. The System. |
OnMouseLeftButtonDown(MouseButtonEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System. The System. |
OnMouseLeftButtonUp(MouseButtonEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
System. The System. |
OnMouseMove(MouseEventArgs)
Called before the System.
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System. The data for the event. |
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System. Element used to display the specified item. |
System. Specified item. |