Class
ExpandableHeaderedItemsControl

A HeaderedItemsControl used to create interactive Expand/Collapse control.

Definition

Namespace:Telerik.Windows.Controls.Timeline

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class ExpandableHeaderedItemsControl : HeaderedItemsControl

Inheritance: objectExpandableHeaderedItemsControl

Derived Classes: TimelineItemGroupControl

Constructors

ExpandableHeaderedItemsControl()

Initializes a new instance of the ExpandableHeaderedItemsControl class.

Declaration

cs-api-definition
public ExpandableHeaderedItemsControl()

Fields

CollapsedEvent

Occurs when the ContentElement is Collapsed.

Declaration

cs-api-definition
public static readonly RoutedEvent CollapsedEvent

Field Value

RoutedEvent

ExpandModeProperty

Identifies the ExpandMode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ExpandModeProperty

Field Value

DependencyProperty

ExpandedEvent

Occurs when the ContentElement is Expanded.

Declaration

cs-api-definition
public static readonly RoutedEvent ExpandedEvent

Field Value

RoutedEvent

IsExpandedProperty

Identifies the IsExpanded dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsExpandedProperty

Field Value

DependencyProperty

PreviewCollapsedEvent

Identifies the PreviewCollapsed property.

Declaration

cs-api-definition
public static readonly RoutedEvent PreviewCollapsedEvent

Field Value

RoutedEvent

PreviewExpandedEvent

Identifies the PreviewExpanded property.

Declaration

cs-api-definition
public static readonly RoutedEvent PreviewExpandedEvent

Field Value

RoutedEvent

Properties

ExpandMode

Gets or sets the expand mode.

Declaration

cs-api-definition
public GroupExpandMode ExpandMode { get; set; }

Property Value

GroupExpandMode

The expand mode.

IsExpanded

Gets or sets a value, indicating whether the content element is expanded.

Declaration

cs-api-definition
public bool IsExpanded { get; set; }

Property Value

bool

A value, indicating whether the content element is expanded.

Methods

OnApplyTemplate()

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Events

Collapsed

Occurs when the content is Collapsed.

Declaration

cs-api-definition
public event RadRoutedEventHandler Collapsed

Event Value

RadRoutedEventHandler

Expanded

Occurs when the content Expanded.

Declaration

cs-api-definition
public event RadRoutedEventHandler Expanded

Event Value

RadRoutedEventHandler

PreviewCollapsed

Occurs when the content will be Collapsed. If the event handler set True for the Handled property then the content will not collapse.

Declaration

cs-api-definition
public event RadRoutedEventHandler PreviewCollapsed

Event Value

RadRoutedEventHandler

PreviewExpanded

Occurs when the content will be Expanded. If the event handler set True for the Handled property then the content will not expand.

Declaration

cs-api-definition
public event RadRoutedEventHandler PreviewExpanded

Event Value

RadRoutedEventHandler