Class
TimelineItemGroupControl

Specialized control for displaying groups of RadTimeline items.

Definition

Namespace:Telerik.Windows.Controls.Timeline

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class TimelineItemGroupControl : ExpandableHeaderedItemsControl

Inheritance: objectExpandableHeaderedItemsControlTimelineItemGroupControl

Inherited Members ExpandableHeaderedItemsControl.IsExpandedPropertyExpandableHeaderedItemsControl.ExpandModePropertyExpandableHeaderedItemsControl.CollapsedEventExpandableHeaderedItemsControl.ExpandedEventExpandableHeaderedItemsControl.PreviewCollapsedEventExpandableHeaderedItemsControl.PreviewExpandedEventExpandableHeaderedItemsControl.OnApplyTemplate()ExpandableHeaderedItemsControl.IsExpandedExpandableHeaderedItemsControl.ExpandModeExpandableHeaderedItemsControl.CollapsedExpandableHeaderedItemsControl.ExpandedExpandableHeaderedItemsControl.PreviewCollapsedExpandableHeaderedItemsControl.PreviewExpanded

Constructors

TimelineItemGroupControl()

Initializes a new instance of the TimelineItemGroupControl class.

Declaration

cs-api-definition
public TimelineItemGroupControl()

Fields

DataGroupsProperty

Identifies the DataGroups dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DataGroupsProperty

Field Value

DependencyProperty

Methods

ClearContainerForItemOverride(DependencyObject, object)

Clears the specified element from the specified item.

Declaration

cs-api-definition
protected override void ClearContainerForItemOverride(DependencyObject element, object item)

Parameters

element

DependencyObject

Element used to display the specified item.

item

object

Specified item.

OnCreateAutomationPeer()

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

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Overrides ExpandableHeaderedItemsControl.OnInitialized(EventArgs)

PrepareContainerForItemOverride(DependencyObject, object)

Prepares the specified element to display the specified item.

Declaration

cs-api-definition
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)

Parameters

element

DependencyObject

Element used to display the specified item.

item

object

Specified item.