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:
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; }
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)
The container element.
itemobjectThe item.
Prepares the specified element to display the specified item.
C#
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Element used to display the specified item.
itemobjectSpecified item.