Represent an automation peer type that is used by SearchAutoCompleteBoxItem.
Definition
Namespace:Telerik.Windows.Controls.MultiColumnComboBox
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class SearchAutoCompleteBoxItemAutomationPeer : FrameworkElementAutomationPeer, IValueProvider
Inheritance: objectSearchAutoCompleteBoxItemAutomationPeer
Implements:
Constructors
Initializes a new instance of the SearchAutoCompleteBoxItemAutomationPeer class.
C#
public SearchAutoCompleteBoxItemAutomationPeer(FrameworkElement owner)
Properties
Gets a value that indicates whether Value is ReadOnly.
C#
public bool IsReadOnly { get; }
Methods
Gets the string that describes the functionality of the ContentElement that is associated with this ContentElementAutomationPeer.
When overridden in a derived class, gets the control pattern that is associated with the specified PatternInterface.
C#
public override object GetPattern(PatternInterface patternInterface)
Sets value. SearchAutoCompleteBoxItemAutomationPeer is ReadOnly.