InterfaceIRadExpander
Interface
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadExpander : IContentControl, IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
ClickMode
Get the expander's click mode.
ExpandDirection
Get the expander's expand direction.
Declaration
cs-api-definition
ExpandDirection ExpandDirection { get; }
Property Value
HeaderText
Get the header text of the expander.
HorizontalHeaderAlignment
Get the header's horizontal alignment.
Declaration
cs-api-definition
HorizontalAlignment HorizontalHeaderAlignment { get; }
Property Value
IsExpanded
Get the 'IsExpanded' RadExpander value via automation property.
VerticalHeaderAlignment
Get the header's vertical alignment.
Declaration
cs-api-definition
VerticalAlignment VerticalHeaderAlignment { get; }
Property Value
Methods
Toggle()
Simulates user clicking on the toggle button to expand/collapse the content.
Declaration
cs-api-definition
void Toggle()