ClassRadBreadcrumbBarItem
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadBreadcrumbBarItem : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadBreadcrumbBarItem
Implements:
Inherited Members
Constructors
RadBreadcrumbBarItem()
Represents the RadBreadcrumbBarItem control wrapper.
Declaration
cs-api-definition
public RadBreadcrumbBarItem()
Properties
ButtonPart
Get the RadBreadcrumbBarItem ButtonPart
DropDownPart
Get the RadBreadcrumbBarItem DropDownPart
Declaration
cs-api-definition
public RadToggleButton DropDownPart { get; }
Property Value
Items
Gets all children of type RadBreadcrumbBarItems
Declaration
cs-api-definition
public IList<RadBreadcrumbBarItem> Items { get; }
Property Value
SplitButton
Get the RadBreadcrumbBarItem SplitButton
Declaration
cs-api-definition
public RadSplitButton SplitButton { get; }
Property Value
Text
Get the RadBreadcrumbBarItem text
Methods
Expand()
Expands the BreadcrumbBarItem
SelectItem(int)
Selects BreadcrumbBarItem by index
Declaration
cs-api-definition
public RadBreadcrumbBarItem SelectItem(int itemIndex)
Parameters
itemIndex
Returns