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
AutomationProperty
|
VerticalHeaderAlignmentProperty
Declaration
public static AutomationProperty VerticalHeaderAlignmentProperty
Field Value
AutomationProperty
|
Properties
ClickMode
ContentPresenterElement
Declaration
public ContentPresenter ContentPresenterElement { get; }
Property Value
ContentPresenter
|
ExpandDirection
Declaration
public ExpandDirection ExpandDirection { get; set; }
Property Value
ExpandDirection
|
Implements
HeaderText
Declaration
public string HeaderText { get; }
Property Value
System.String
|
Implements
HorizontalHeaderAlignment
Declaration
public HorizontalAlignment HorizontalHeaderAlignment { get; set; }
Property Value
HorizontalAlignment
|
Implements
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
Implements
VerticalHeaderAlignment
Declaration
public VerticalAlignment VerticalHeaderAlignment { get; set; }
Property Value
VerticalAlignment
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|