Class BaseTabStrip
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class BaseTabStrip : HtmlDiv
Constructors
BaseTabStrip()
Declaration
public BaseTabStrip()
BaseTabStrip(Element)
Properties
AllTabs
Declaration
public IList<BaseTab> AllTabs { get; }
Property Value
System.Collections.Generic.IList<BaseTab>
|
ClientId
Declaration
public string ClientId { get; }
Property Value
System.String
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
Enabled
Declaration
public bool Enabled { get; }
Property Value
System.Boolean
|
HasMultiPage
Declaration
public bool HasMultiPage { get; }
Property Value
System.Boolean
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
MultiPageId
Declaration
public string MultiPageId { get; }
Property Value
System.String
|
MultiPageSelectedIndex
Declaration
public int MultiPageSelectedIndex { get; set; }
Property Value
System.Int32
|
MultiPageViewsCount
Declaration
public int MultiPageViewsCount { get; }
Property Value
System.Int32
|
MultiPageVisible
Declaration
public bool MultiPageVisible { get; set; }
Property Value
System.Boolean
|
OrientationType
Declaration
public TabStripOrientationType OrientationType { get; }
Property Value
TabStripOrientationType
|
RenderMode
RootTabs
Declaration
public IList<BaseTab> RootTabs { get; }
Property Value
System.Collections.Generic.IList<BaseTab>
|
Methods
AssignElement(Element)
ControlAssert()
Disable()
Declaration
public void Disable()
Enable()
Declaration
public void Enable()
FindTab(Predicate<RadTab>)
Declaration
public BaseTab FindTab(Predicate<RadTab> predicate)
Parameters
System.Predicate<RadTab>
predicate
|
Returns
BaseTab
|
FindTabByText(String)
Declaration
public BaseTab FindTabByText(string tabText)
Parameters
System.String
tabText
|
Returns
BaseTab
|
FindTabByValue(String)
Declaration
public BaseTab FindTabByValue(string tabValue)
Parameters
System.String
tabValue
|
Returns
BaseTab
|
FindTabs(Predicate<BaseTab>)
Declaration
public IList<BaseTab> FindTabs(Predicate<BaseTab> predicate)
Parameters
System.Predicate<BaseTab>
predicate
|
Returns
System.Collections.Generic.IList<BaseTab>
|
FindTabsByLevel(Int32)
Declaration
public IList<BaseTab> FindTabsByLevel(int level)
Parameters
System.Int32
level
|
Returns
System.Collections.Generic.IList<BaseTab>
|
InitializeTabs()
Declaration
public void InitializeTabs()