Class RadExpander
Inheritance
System.Object
RadExpander
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 RadExpander : ContentControl, IAutomationPeer, IPeerConverter, IRadExpander, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
RadExpander()
Declaration
public RadExpander()
Fields
ClickModeProperty
ExpandDirectionProperty
HorizontalHeaderAlignmentProperty
Declaration
public static AutomationProperty HorizontalHeaderAlignmentProperty
Field Value
VerticalHeaderAlignmentProperty
Declaration
public static AutomationProperty VerticalHeaderAlignmentProperty
Field Value
Properties
ClickMode
Declaration
public ClickMode ClickMode { get; set; }
Property Value
Implements
ContentPresenterElement
Declaration
public ContentPresenter ContentPresenterElement { get; }
Property Value
ExpandDirection
Declaration
public ExpandDirection ExpandDirection { get; set; }
Property Value
Implements
HeaderText
Declaration
public string HeaderText { get; }
Property Value
System.
|
Implements
HorizontalHeaderAlignment
Declaration
public HorizontalAlignment HorizontalHeaderAlignment { get; set; }
Property Value
Implements
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.
|
Implements
VerticalHeaderAlignment
Declaration
public VerticalAlignment VerticalHeaderAlignment { get; set; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
Automation
|