ClassRadExpander
Represents the RadExpander for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadExpander : ContentControl, IAutomationPeer, IPeerConverter, IRadExpander, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadExpander
Implements:
Inherited Members
Constructors
RadExpander()
Initializes a new instance of the RadExpander class.
Declaration
public RadExpander()
Fields
ClickModeProperty
Declaration
public static AutomationProperty ClickModeProperty
Field Value
ExpandDirectionProperty
Declaration
public static AutomationProperty ExpandDirectionProperty
Field Value
HorizontalHeaderAlignmentProperty
Declaration
public static AutomationProperty HorizontalHeaderAlignmentProperty
Field Value
VerticalHeaderAlignmentProperty
Declaration
public static AutomationProperty VerticalHeaderAlignmentProperty
Field Value
Properties
ClickMode
Get/set the ClickMode property
Declaration
public ClickMode ClickMode { get; set; }
Property Value
Implements
ContentPresenterElement
Get the expander content presenter element.
Declaration
public ContentPresenter ContentPresenterElement { get; }
Property Value
ExpandDirection
Get the expander's expand direction.
Declaration
public ExpandDirection ExpandDirection { get; set; }
Property Value
Implements
HeaderText
Get the header text of the expander.
HorizontalHeaderAlignment
Get/set the HorizontalHeaderAlignment property
Declaration
public HorizontalAlignment HorizontalHeaderAlignment { get; set; }
Property Value
Implements
IsExpanded
Get/Set the 'IsExpanded' RadExpander value via automation property.
VerticalHeaderAlignment
Get/set the VerticalHeaderAlignment property
Declaration
public VerticalAlignment VerticalHeaderAlignment { get; set; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
Toggle()
Simulates user clicking on the toggle button to expand/collapse the content.
Declaration
public void Toggle()
Implements