Class ExpandableHeaderedItemsContainer
System.
Inheritance
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ExpandableHeaderedItemsContainer : ItemsControl
Constructors
ExpandableHeaderedItemsContainer()
Declaration
public ExpandableHeaderedItemsContainer()
Fields
GroupExpandModeProperty
Identifies the Group
Declaration
public static readonly DependencyProperty GroupExpandModeProperty
Field Value
System.
|
Properties
GroupExpandMode
Gets or sets the group expand mode.
Declaration
public GroupExpandMode GroupExpandMode { get; set; }
Property Value
Group The group expand mode. |
Methods
ClearContainerForItemOverride(DependencyObject, Object)
When overridden in a derived class, undoes the effects of the System.
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
System. The container element. |
System. The item. |
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System. Element used to display the specified item. |
System. Specified item. |