Class
SearchAutoCompleteBox

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:

cs-api-definition
public class SearchAutoCompleteBox : Control

Inheritance: objectSearchAutoCompleteBox

Constructors

SearchAutoCompleteBox()

Initializes a new instance of the SearchAutoCompleteBox class.

Declaration

cs-api-definition
public SearchAutoCompleteBox()

Fields

AutoCompleteProviderProperty

Represents the AutoCompleteProvider dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AutoCompleteProviderProperty

Field Value

DependencyProperty

ClearSelectionOnDeleteOrBackKeyProperty

Identifies the ClearSelectionOnDeleteOrBackKey property.

Declaration

cs-api-definition
public static readonly DependencyProperty ClearSelectionOnDeleteOrBackKeyProperty

Field Value

DependencyProperty

DeferTextChangeProperty

Represents the DeferTextChange dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DeferTextChangeProperty

Field Value

DependencyProperty

EditorMinWidthProperty

Represents the EditorMinWidth dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EditorMinWidthProperty

Field Value

DependencyProperty

IsReadOnlyProperty

Represents the IsReadOnly dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsReadOnlyProperty

Field Value

DependencyProperty

NullTextProperty

Represents the NullText dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty NullTextProperty

Field Value

DependencyProperty

SelectedItemsProperty

Represents the SelectedItems dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedItemsProperty

Field Value

DependencyProperty

SelectionBoxStyleProperty

Represents the SelectionBoxStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectionBoxStyleProperty

Field Value

DependencyProperty

SelectionBoxStyleSelectorProperty

Represents the SelectionBoxStyleSelector dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectionBoxStyleSelectorProperty

Field Value

DependencyProperty

SelectionBoxTemplateProperty

Represents the SelectionBoxTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectionBoxTemplateProperty

Field Value

DependencyProperty

SelectionBoxTemplateSelectorProperty

Represents the SelectionBoxTemplateSelector dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectionBoxTemplateSelectorProperty

Field Value

DependencyProperty

SelectionBoxesVisibilityProperty

Represents the SelectionBoxesVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectionBoxesVisibilityProperty

Field Value

DependencyProperty

SelectionModeProperty

Represents the SelectionMode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectionModeProperty

Field Value

DependencyProperty

SelectionOnFocusProperty

Identifies the SelectionOnFocus property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectionOnFocusProperty

Field Value

DependencyProperty

ShowNullTextProperty

Represents the ShowNullText dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ShowNullTextProperty

Field Value

DependencyProperty

Properties

AutoCompleteProvider

Gets or sets the AutoCompleteProvider.

Declaration

cs-api-definition
public SuggestProvider AutoCompleteProvider { get; set; }

Property Value

SuggestProvider

ClearSelectionOnDeleteOrBackKey

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

Declaration

cs-api-definition
public bool ClearSelectionOnDeleteOrBackKey { get; set; }

Property Value

bool

DeferTextChange

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

Declaration

cs-api-definition
public bool DeferTextChange { get; set; }

Property Value

bool

EditorMinWidth

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

Declaration

cs-api-definition
public double EditorMinWidth { get; set; }

Property Value

double

IsReadOnly

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

Declaration

cs-api-definition
public bool IsReadOnly { get; set; }

Property Value

bool

NullText

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

Declaration

cs-api-definition
public string NullText { get; set; }

Property Value

string

Owner

Gets the RadMultiColumnComboBox.

Declaration

cs-api-definition
public RadMultiColumnComboBox Owner { get; }

Property Value

RadMultiColumnComboBox

SelectedItems

Gets or sets the selected items collection.

Declaration

cs-api-definition
public RadObservableCollection<object> SelectedItems { get; set; }

Property Value

RadObservableCollection<object>

SelectionBoxStyle

Gets or sets a Style that is used for SearchAutoCompleteBoxItems.

Declaration

cs-api-definition
public Style SelectionBoxStyle { get; set; }

Property Value

Style

SelectionBoxStyleSelector

Gets or sets a StyleSelector that is used for SearchAutoCompleteBoxItems.

Declaration

cs-api-definition
public StyleSelector SelectionBoxStyleSelector { get; set; }

Property Value

StyleSelector

SelectionBoxTemplate

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

Declaration

cs-api-definition
public DataTemplate SelectionBoxTemplate { get; set; }

Property Value

DataTemplate

SelectionBoxTemplateSelector

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

Declaration

cs-api-definition
public DataTemplateSelector SelectionBoxTemplateSelector { get; set; }

Property Value

DataTemplateSelector

SelectionBoxesVisibility

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

Declaration

cs-api-definition
public Visibility SelectionBoxesVisibility { get; set; }

Property Value

Visibility

SelectionMode

Gets or sets the selection mode.

Declaration

cs-api-definition
public AutoCompleteSelectionMode SelectionMode { get; set; }

Property Value

AutoCompleteSelectionMode

SelectionOnFocus

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

Declaration

cs-api-definition
public SelectionOnFocus SelectionOnFocus { get; set; }

Property Value

SelectionOnFocus

ShowNullText

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

Declaration

cs-api-definition
public bool ShowNullText { get; set; }

Property Value

bool

Methods

OnApplyTemplate()

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

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

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

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

Raises the Initialized event.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()