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

specialized in displaying ExpandableHeaderedItemsControls.

Definition

Namespace:Telerik.Windows.Controls.Timeline

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class ExpandableHeaderedItemsContainer : ItemsControl

Inheritance: objectExpandableHeaderedItemsContainer

Derived Classes: TimelineItemContainer

Constructors

C#
public ExpandableHeaderedItemsContainer()

Fields

GroupExpandModeProperty

DependencyProperty

Identifies the GroupExpandMode dependency property.

C#
public static readonly DependencyProperty GroupExpandModeProperty

Properties

Gets or sets the group expand mode.

C#
public GroupExpandMode GroupExpandMode { get; set; }
Property Value:

The group expand mode.

Methods

When overridden in a derived class, undoes the effects of the method.

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

The container element.

itemobject

The item.

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.