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

Control that receives search text as text input and displays the selected items of RadMultiColumnComboBox.

Definition

Namespace:Telerik.Windows.Controls.MultiColumnComboBox

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class SearchAutoCompleteBox : Control

Inheritance: objectSearchAutoCompleteBox

Constructors

Initializes a new instance of the SearchAutoCompleteBox class.

C#
public SearchAutoCompleteBox()

Fields

Represents the AutoCompleteProvider dependency property.

C#
public static readonly DependencyProperty AutoCompleteProviderProperty

Identifies the ClearSelectionOnDeleteOrBackKey property.

C#
public static readonly DependencyProperty ClearSelectionOnDeleteOrBackKeyProperty

DeferTextChangeProperty

DependencyProperty

Represents the DeferTextChange dependency property.

C#
public static readonly DependencyProperty DeferTextChangeProperty

EditorMinWidthProperty

DependencyProperty

Represents the EditorMinWidth dependency property.

C#
public static readonly DependencyProperty EditorMinWidthProperty

IsReadOnlyProperty

DependencyProperty

Represents the IsReadOnly dependency property.

C#
public static readonly DependencyProperty IsReadOnlyProperty

NullTextProperty

DependencyProperty

Represents the NullText dependency property.

C#
public static readonly DependencyProperty NullTextProperty

SelectedItemsProperty

DependencyProperty

Represents the SelectedItems dependency property.

C#
public static readonly DependencyProperty SelectedItemsProperty

Represents the SelectionBoxesVisibility dependency property.

C#
public static readonly DependencyProperty SelectionBoxesVisibilityProperty

SelectionBoxStyleProperty

DependencyProperty

Represents the SelectionBoxStyle dependency property.

C#
public static readonly DependencyProperty SelectionBoxStyleProperty

Represents the SelectionBoxStyleSelector dependency property.

C#
public static readonly DependencyProperty SelectionBoxStyleSelectorProperty

Represents the SelectionBoxTemplate dependency property.

C#
public static readonly DependencyProperty SelectionBoxTemplateProperty

Represents the SelectionBoxTemplateSelector dependency property.

C#
public static readonly DependencyProperty SelectionBoxTemplateSelectorProperty

SelectionModeProperty

DependencyProperty

Represents the SelectionMode dependency property.

C#
public static readonly DependencyProperty SelectionModeProperty

SelectionOnFocusProperty

DependencyProperty

Identifies the SelectionOnFocus property.

C#
public static readonly DependencyProperty SelectionOnFocusProperty

ShowNullTextProperty

DependencyProperty

Represents the ShowNullText dependency property.

C#
public static readonly DependencyProperty ShowNullTextProperty

Properties

Gets or sets the AutoCompleteProvider.

C#
public SuggestProvider AutoCompleteProvider { get; set; }

Specifies whether the selection should be cleared when the user presses the Delete or Backspace key.

C#
public bool ClearSelectionOnDeleteOrBackKey { get; set; }

Gets or sets a value that indicates whether text update will be delayed.

C#
public bool DeferTextChange { get; set; }

Gets or sets the minimum width that is set aside for displaying the editor control.

C#
public double EditorMinWidth { get; set; }

Gets or sets a value that indicates whether text editor is readonly.

C#
public bool IsReadOnly { get; set; }

Gets or sets the text that is shown when selection is empty.

C#
public string NullText { get; set; }

Gets the RadMultiColumnComboBox.

C#
public RadMultiColumnComboBox Owner { get; }

Gets or sets the selected items collection.

C#
public RadObservableCollection<object> SelectedItems { get; set; }

Gets or sets a value that indicates whether selection should be represented with selection boxes.

C#
public Visibility SelectionBoxesVisibility { get; set; }

Gets or sets a Style that is used for SearchAutoCompleteBoxItems.

C#
public Style SelectionBoxStyle { get; set; }

Gets or sets a StyleSelector that is used for SearchAutoCompleteBoxItems.

C#
public StyleSelector SelectionBoxStyleSelector { get; set; }

Gets or sets a DataTemplate that is used to display SearchAutoCompleteBoxItems' content.

C#
public DataTemplate SelectionBoxTemplate { get; set; }

SelectionBoxTemplateSelector

DataTemplateSelector

Gets or sets a DataTemplateSelector that is used to display SearchAutoCompleteBoxItems' content.

C#
public DataTemplateSelector SelectionBoxTemplateSelector { get; set; }

Gets or sets the selection mode.

C#
public AutoCompleteSelectionMode SelectionMode { get; set; }

Specifies the modification over the selected item text when the control receives focus.

C#
public SelectionOnFocus SelectionOnFocus { get; set; }

Gets or sets a value that indicates whether null text should be visible.

C#
public bool ShowNullText { get; set; }

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()

Creates an appropriate System.Windows.Automation.Peers.ButtonAutomationPeer for this control as part of the WPF infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Raises the Initialized event.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

Resets the theme.

C#
public void ResetTheme()