ClassFilterPartsItemsControlAutomationPeer
An AutomationPeer type for the FilterPartsItemsControl type.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public class FilterPartsItemsControlAutomationPeer : ItemsControlAutomationPeer
Inheritance: objectFilterPartsItemsControlAutomationPeer
Constructors
FilterPartsItemsControlAutomationPeer(FilterPartsItemsControl)
Initializes a new instance of the FilterPartsItemsControlAutomationPeer class.
Declaration
public FilterPartsItemsControlAutomationPeer(FilterPartsItemsControl owner)
Parameters
owner
The owner.
Methods
CreateItemAutomationPeer(object)
When overridden in a derived class, creates a new instance of the ItemAutomationPeer for a data item in the collection of this .
Declaration
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
item
The data item that is associated with this ItemAutomationPeer.
Returns
ItemAutomationPeer
The new ItemAutomationPeer created.
GetAutomationControlTypeCore()
When overridden in a derived class, is called by .
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
The control type, as a value of the enumeration.
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
GetNameCore()
When overridden in a derived class, is called by .