Class RadToolBar
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 RadToolBar : HtmlContainerControl
Constructors
RadToolBar()
Declaration
public RadToolBar()
RadToolBar(Element)
Properties
AllItems
Declaration
public IList<RadToolBarItem> AllItems { get; }
Property Value
System.Collections.Generic.IList<RadToolBarItem>
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
Orientation
Declaration
public int Orientation { get; set; }
Property Value
System.Int32
|
OrientationType
Declaration
public ToolBarOrientationType OrientationType { get; set; }
Property Value
ToolBarOrientationType
|
RenderMode
RootItems
Declaration
public IList<RadToolBarItem> RootItems { get; }
Property Value
System.Collections.Generic.IList<RadToolBarItem>
|
Methods
AssignElement(Element)
ControlAssert()
FindItem(Predicate<RadToolBarItem>)
Declaration
public RadToolBarItem FindItem(Predicate<RadToolBarItem> predicate)
Parameters
System.Predicate<RadToolBarItem>
predicate
|
Returns
RadToolBarItem
|
FindItemByText(String)
Declaration
public RadToolBarItem FindItemByText(string itemText)
Parameters
System.String
itemText
|
Returns
RadToolBarItem
|
FindItemByValue(String)
Declaration
public RadToolBarItem FindItemByValue(string itemValue)
Parameters
System.String
itemValue
|
Returns
RadToolBarItem
|
FindItems(Predicate<RadToolBarItem>)
Declaration
public IList<RadToolBarItem> FindItems(Predicate<RadToolBarItem> predicate)
Parameters
System.Predicate<RadToolBarItem>
predicate
|
Returns
System.Collections.Generic.IList<RadToolBarItem>
|
FindItemsByLevel(Int32)
Declaration
public IList<RadToolBarItem> FindItemsByLevel(int level)
Parameters
System.Int32
level
|
Returns
System.Collections.Generic.IList<RadToolBarItem>
|