RadExpander
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadExpander : ContentControl, IAutomationPeer, IPeerConverter, IRadExpander, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadExpander...
Implements:
Inherited Members
Constructors
C#
public RadExpander()
Fields
C#
public static AutomationProperty ClickModeProperty
C#
public static AutomationProperty ExpandDirectionProperty
C#
public static AutomationProperty HorizontalHeaderAlignmentProperty
C#
public static AutomationProperty VerticalHeaderAlignmentProperty
Properties
C#
public ContentPresenter ContentPresenterElement { get; }
C#
public ExpandDirection ExpandDirection { get; set; }
Implements:
C#
public string HeaderText { get; }
Implements:
C#
public HorizontalAlignment HorizontalHeaderAlignment { get; set; }
Implements:
C#
public bool IsExpanded { get; set; }
Implements:
C#
public VerticalAlignment VerticalHeaderAlignment { get; set; }
Implements:
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements:
C#
public void Toggle()
Implements: