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

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: IValueProvider

Constructors

Initializes a new instance of the SearchAutoCompleteBoxItemAutomationPeer class.

C#
public SearchAutoCompleteBoxItemAutomationPeer(FrameworkElement owner)
Parameters:ownerFrameworkElement

Properties

Gets a value that indicates whether Value is ReadOnly.

C#
public bool IsReadOnly { get; }

Gets or sets the value of IValueProvider.

C#
public string Value { get; }

Methods

Gets the string that describes the functionality of the ContentElement that is associated with this ContentElementAutomationPeer.

C#
protected override string GetHelpTextCore()
Returns:

string

When overridden in a derived class, gets the control pattern that is associated with the specified PatternInterface.

C#
public override object GetPattern(PatternInterface patternInterface)
Parameters:patternInterfacePatternInterfaceReturns:

object

Sets value. SearchAutoCompleteBoxItemAutomationPeer is ReadOnly.

C#
public void SetValue(string value)
Parameters:valuestring