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.
|
IsExpandableProperty
Identifies the IsExpandable dependency property.
Declaration
public static readonly DependencyProperty IsExpandableProperty
Field Value
System.
|
IsExpandedProperty
Identifies the IsExpanded dependency property.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
System.
|
Properties
Header
Gets or sets the group header.
Declaration
public object Header { get; set; }
Property Value
System.
|
IsExpandable
Gets or sets a value indicating whether LayoutControlExpanderGroup is expandable.
Declaration
public bool IsExpandable { get; set; }
Property Value
System.
|
IsExpanded
Gets or sets a value indicating whether the LayoutControlExpanderGroup is expanded.
Declaration
public bool IsExpanded { get; set; }
Property Value
System.
|
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
Serialization
|
Overrides
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()