Class
ExpandableHeaderedItemsContainer

specialized in displaying ExpandableHeaderedItemsControls.

Definition

Namespace:Telerik.Windows.Controls.Timeline

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class ExpandableHeaderedItemsContainer : ItemsControl

Inheritance: objectExpandableHeaderedItemsContainer

Derived Classes: TimelineItemContainer

Constructors

ExpandableHeaderedItemsContainer()

Declaration

cs-api-definition
public ExpandableHeaderedItemsContainer()

Fields

GroupExpandModeProperty

Identifies the GroupExpandMode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty GroupExpandModeProperty

Field Value

DependencyProperty

Properties

GroupExpandMode

Gets or sets the group expand mode.

Declaration

cs-api-definition
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 method.

Declaration

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

Parameters

element

DependencyObject

The container element.

item

object

The item.

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.