ClassLayoutControlExpanderGroup
Represents a expander layout group.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
[TelerikToolboxCategory("Containers")]
public class LayoutControlExpanderGroup : LayoutControlGroupBase, ISerializable
Inheritance: objectLayoutControlGroupBaseLayoutControlExpanderGroup
Implements:
Inherited Members
Constructors
LayoutControlExpanderGroup()
Initializes a new instance of the LayoutControlExpanderGroup class.
Declaration
public LayoutControlExpanderGroup()
Fields
HeaderProperty
Identifies the Header dependency property.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
DependencyProperty
IsExpandableProperty
Identifies the IsExpandable dependency property.
Declaration
public static readonly DependencyProperty IsExpandableProperty
Field Value
DependencyProperty
IsExpandedProperty
Identifies the IsExpanded dependency property.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
DependencyProperty
Properties
Header
Gets or sets the group header.
IsExpandable
Gets or sets a value indicating whether LayoutControlExpanderGroup is expandable.
IsExpanded
Gets or sets a value indicating whether the LayoutControlExpanderGroup is expanded.
Methods
Deserialize(SerializationInfo)
Deserializes the specified info. Restores the property values of the instance from the info.
Declaration
public override void Deserialize(SerializationInfo info)
Parameters
info
Overrides
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.