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
Initializes a new instance of the LayoutControlExpanderGroup class.
public LayoutControlExpanderGroup()
Fields
HeaderProperty
DependencyProperty
Identifies the Header dependency property.
public static readonly DependencyProperty HeaderProperty
IsExpandableProperty
DependencyProperty
Identifies the IsExpandable dependency property.
public static readonly DependencyProperty IsExpandableProperty
IsExpandedProperty
DependencyProperty
Identifies the IsExpanded dependency property.
public static readonly DependencyProperty IsExpandedProperty
Properties
Gets or sets a value indicating whether LayoutControlExpanderGroup is expandable.
public bool IsExpandable { get; set; }
Gets or sets a value indicating whether the LayoutControlExpanderGroup is expanded.
public bool IsExpanded { get; set; }
Methods
Deserializes the specified info. Restores the property values of the instance from the info.
public override void Deserialize(SerializationInfo info)
Overrides:
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Resets the theme.
public void ResetTheme()