Class LayoutControlExpanderGroup
Represents a expander layout group.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[TelerikToolboxCategory("Containers")]
public class LayoutControlExpanderGroup : LayoutControlGroupBase, ISerializable, IThemable
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
System.Windows.DependencyProperty
|
IsExpandableProperty
Identifies the IsExpandable dependency property.
Declaration
public static readonly DependencyProperty IsExpandableProperty
Field Value
System.Windows.DependencyProperty
|
IsExpandedProperty
Identifies the IsExpanded dependency property.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Header
Gets or sets the group header.
Declaration
public object Header { get; set; }
Property Value
System.Object
|
IsExpandable
Gets or sets a value indicating whether LayoutControlExpanderGroup is expandable.
Declaration
public bool IsExpandable { get; set; }
Property Value
System.Boolean
|
IsExpanded
Gets or sets a value indicating whether the LayoutControlExpanderGroup is expanded.
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
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
SerializationInfo
info
|
Overrides
OnCreateAutomationPeer()
Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The type-specific System.Windows.Automation.Peers.AutomationPeer implementation. |
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()