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:
Constructors
Initializes a new instance of the RadBreadcrumbBarDataItemAutomationPeer class.
C#
public RadBreadcrumbBarDataItemAutomationPeer(object owner, ItemsControlAutomationPeer parent)
The owner.
parentItemsControlAutomationPeerThe parent.
Methods
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType