Class GroupContainer
Time
Inherited Members
Namespace: Telerik.Windows.Controls.TimeBar
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class GroupContainer : TimeBarIntervalContainerBase, IRangeSelector<DateTime>
Constructors
GroupContainer()
Declaration
public GroupContainer()
Methods
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System. The element that is used to display the given item. |
GetHoveredChildren(Point, Point, UIElement)
Returns the collection of child Time
Declaration
protected override IEnumerable<TimeBarIntervalControlBase> GetHoveredChildren(Point dragStartPoint, Point dragEndPoint, UIElement subtree)
Parameters
System. The first System. |
System. The second System. |
System. The System. |
Returns
System. A list of child Time |
Overrides
GetHoveredChildren(Point, UIElement)
Returns the collection of child Time
Declaration
protected override IEnumerable<TimeBarIntervalControlBase> GetHoveredChildren(Point point, UIElement subtree)
Parameters
System. The System. |
System. The System. |
Returns
System. A list of child Time |
Overrides
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnInitialized(EventArgs)
Raises the System.true
internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |