Class ExpandableHeaderedItemsContainer
ItemsControl specialized in displaying ExpandableHeaderedItemsControls.
Inherited Members
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 GroupExpandMode dependency property.
Declaration
public static readonly DependencyProperty GroupExpandModeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
GroupExpandMode
Gets or sets the group expand mode.
Declaration
public GroupExpandMode GroupExpandMode { get; set; }
Property Value
GroupExpandMode
The group expand mode. |
Methods
ClearContainerForItemOverride(DependencyObject, Object)
When overridden in a derived class, undoes the effects of the System.Windows.Controls.ItemsControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object) method.
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
The container element. |
System.Object
item
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.Windows.DependencyObject
element
Element used to display the specified item. |
System.Object
item
Specified item. |