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