Interface IAutoHideArea
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IAutoHideArea : IRadTabControl, IControl, IFrameworkElement, ITargetElement
Properties
HeaderTitle
Declaration
string HeaderTitle { get; }
Property Value
System.String
|
IsPopupOpen
Declaration
bool IsPopupOpen { get; }
Property Value
System.Boolean
|
Panes
Declaration
IList<IRadPane> Panes { get; }
Property Value
System.Collections.Generic.IList<IRadPane>
|