Interface IRadExpander
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadExpander : IContentControl, IControl, IFrameworkElement, ITargetElement
Properties
ClickMode
ExpandDirection
HeaderText
Declaration
string HeaderText { get; }
Property Value
System.String
|
HorizontalHeaderAlignment
Declaration
HorizontalAlignment HorizontalHeaderAlignment { get; }
Property Value
HorizontalAlignment
|
IsExpanded
Declaration
bool IsExpanded { get; }
Property Value
System.Boolean
|
VerticalHeaderAlignment
Methods
Toggle()
Declaration
void Toggle()