Class GroupContainer
Inheritance
System.Object
GroupContainer
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class GroupContainer : TimeBarIntervalContainerBase, IRangeSelector<DateTime>
Constructors
Methods
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
|
Microsoft.UI.Xaml.DependencyObject
|
Declaration
protected override IEnumerable<TimeBarIntervalControlBase> GetHoveredChildren(Point point, UIElement subtree)
Parameters
|
Windows.Foundation.Point
point
|
|
Microsoft.UI.Xaml.UIElement
subtree
|
Returns
Overrides
Declaration
protected override IEnumerable<TimeBarIntervalControlBase> GetHoveredChildren(Point dragStartPoint, Point dragEndPoint, UIElement subtree)
Parameters
|
Windows.Foundation.Point
dragStartPoint
|
|
Windows.Foundation.Point
dragEndPoint
|
|
Microsoft.UI.Xaml.UIElement
subtree
|
Returns
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Extension Methods