Class LayoutControlExpanderGroup
Inheritance
System.Object
LayoutControlExpanderGroup
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class LayoutControlExpanderGroup : LayoutControlGroupBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
LayoutControlExpanderGroup()
Declaration
public LayoutControlExpanderGroup()
Properties
Header
Declaration
public string Header { get; set; }
Property Value
System.String
|
HeaderPanel
IsExpandable
Declaration
public bool IsExpandable { get; set; }
Property Value
System.Boolean
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|