New to Telerik UI for WPFStart a free 30-day trial

Provides the automation peer for a RadBreadcrumbBarItem to enable UI automation support for the item in a breadcrumb bar. This class derives from ItemAutomationPeer and is responsible for the automation properties and behaviors specific to a breadcrumb bar item.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class RadBreadcrumbBarDataItemAutomationPeer : ItemAutomationPeer

Inheritance: objectRadBreadcrumbBarDataItemAutomationPeer

Derived Classes: FileDialogsBreadcrumbBarDataItemAutomationPeer

Constructors

Initializes a new instance of the RadBreadcrumbBarDataItemAutomationPeer class.

C#
public RadBreadcrumbBarDataItemAutomationPeer(object owner, ItemsControlAutomationPeer parent)
Parameters:ownerobject

The owner.

parentItemsControlAutomationPeer

The parent.

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string