New to Telerik UI for WPFStart a free 30-day trial

Specialized control for displaying groups of RadTimeline items.

Definition

Constructors

Initializes a new instance of the TimelineItemGroupControl class.

C#
public TimelineItemGroupControl()

Fields

DataGroupsProperty

DependencyProperty

Identifies the DataGroups dependency property.

C#
public static readonly DependencyProperty DataGroupsProperty

Methods

Clears the specified element from the specified item.

C#
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters:elementDependencyObject

Element used to display the specified item.

itemobject

Specified item.

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Overrides: ExpandableHeaderedItemsControl.OnInitialized(EventArgs)

Prepares the specified element to display the specified item.

C#
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters:elementDependencyObject

Element used to display the specified item.

itemobject

Specified item.