Class FilteringControlAutomationPeer
An AutomationPeer type for FilteringControl.
Inheritance
System.Object
FilteringControlAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class FilteringControlAutomationPeer : FrameworkElementAutomationPeer
Constructors
FilteringControlAutomationPeer(FilteringControl)
Initializes a new instance of the FilteringControlAutomationPeer class.
Declaration
public FilteringControlAutomationPeer(FilteringControl owner)
Parameters
FilteringControl
owner
The owner. |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetChildrenCore()
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|