Class ExpandableHeaderedItemsControl
A HeaderedItemsControl used to create interactive Expand/Collapse control.
Inheritance
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ExpandableHeaderedItemsControl : HeaderedItemsControl
Constructors
ExpandableHeaderedItemsControl()
Initializes a new instance of the ExpandableHeaderedItemsControl class.
Declaration
public ExpandableHeaderedItemsControl()
Fields
CollapsedEvent
Occurs when the ContentElement is Collapsed.
Declaration
public static readonly RoutedEvent CollapsedEvent
Field Value
System.
|
ExpandedEvent
Occurs when the ContentElement is Expanded.
Declaration
public static readonly RoutedEvent ExpandedEvent
Field Value
System.
|
ExpandModeProperty
Identifies the Expand
Declaration
public static readonly DependencyProperty ExpandModeProperty
Field Value
System.
|
IsExpandedProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
System.
|
PreviewCollapsedEvent
Identifies the PreviewCollapsed property.
Declaration
public static readonly RoutedEvent PreviewCollapsedEvent
Field Value
System.
|
PreviewExpandedEvent
Identifies the PreviewExpanded property.
Declaration
public static readonly RoutedEvent PreviewExpandedEvent
Field Value
System.
|
Properties
ExpandMode
Gets or sets the expand mode.
Declaration
public GroupExpandMode ExpandMode { get; set; }
Property Value
Group The expand mode. |
IsExpanded
Gets or sets a value, indicating whether the content element is expanded.
Declaration
public bool IsExpanded { get; set; }
Property Value
System. A value, indicating whether the content element is expanded. |
Methods
add_Collapsed(RadRoutedEventHandler)
Declaration
public void add_Collapsed(RadRoutedEventHandler value)
Parameters
Rad
|
add_Expanded(RadRoutedEventHandler)
Declaration
public void add_Expanded(RadRoutedEventHandler value)
Parameters
Rad
|
add_PreviewCollapsed(RadRoutedEventHandler)
Declaration
public void add_PreviewCollapsed(RadRoutedEventHandler value)
Parameters
Rad
|
add_PreviewExpanded(RadRoutedEventHandler)
Declaration
public void add_PreviewExpanded(RadRoutedEventHandler value)
Parameters
Rad
|
OnApplyTemplate()
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call
System.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
remove_Collapsed(RadRoutedEventHandler)
Declaration
public void remove_Collapsed(RadRoutedEventHandler value)
Parameters
Rad
|
remove_Expanded(RadRoutedEventHandler)
Declaration
public void remove_Expanded(RadRoutedEventHandler value)
Parameters
Rad
|
remove_PreviewCollapsed(RadRoutedEventHandler)
Declaration
public void remove_PreviewCollapsed(RadRoutedEventHandler value)
Parameters
Rad
|
remove_PreviewExpanded(RadRoutedEventHandler)
Declaration
public void remove_PreviewExpanded(RadRoutedEventHandler value)
Parameters
Rad
|
Events
Collapsed
Occurs when the content is Collapsed.
Declaration
public event RadRoutedEventHandler Collapsed
Event Type
Expanded
Occurs when the content Expanded.
Declaration
public event RadRoutedEventHandler Expanded
Event Type
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
public event RadRoutedEventHandler PreviewCollapsed
Event Type
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
public event RadRoutedEventHandler PreviewExpanded