ClassSearchAutoCompleteBox
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:
public class SearchAutoCompleteBox : Control
Inheritance: objectSearchAutoCompleteBox
Constructors
SearchAutoCompleteBox()
Initializes a new instance of the SearchAutoCompleteBox class.
Declaration
public SearchAutoCompleteBox()
Fields
AutoCompleteProviderProperty
Represents the AutoCompleteProvider dependency property.
Declaration
public static readonly DependencyProperty AutoCompleteProviderProperty
Field Value
DependencyProperty
ClearSelectionOnDeleteOrBackKeyProperty
Identifies the ClearSelectionOnDeleteOrBackKey property.
Declaration
public static readonly DependencyProperty ClearSelectionOnDeleteOrBackKeyProperty
Field Value
DependencyProperty
DeferTextChangeProperty
Represents the DeferTextChange dependency property.
Declaration
public static readonly DependencyProperty DeferTextChangeProperty
Field Value
DependencyProperty
EditorMinWidthProperty
Represents the EditorMinWidth dependency property.
Declaration
public static readonly DependencyProperty EditorMinWidthProperty
Field Value
DependencyProperty
IsReadOnlyProperty
Represents the IsReadOnly dependency property.
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
DependencyProperty
NullTextProperty
Represents the NullText dependency property.
Declaration
public static readonly DependencyProperty NullTextProperty
Field Value
DependencyProperty
SelectedItemsProperty
Represents the SelectedItems dependency property.
Declaration
public static readonly DependencyProperty SelectedItemsProperty
Field Value
DependencyProperty
SelectionBoxStyleProperty
Represents the SelectionBoxStyle dependency property.
Declaration
public static readonly DependencyProperty SelectionBoxStyleProperty
Field Value
DependencyProperty
SelectionBoxStyleSelectorProperty
Represents the SelectionBoxStyleSelector dependency property.
Declaration
public static readonly DependencyProperty SelectionBoxStyleSelectorProperty
Field Value
DependencyProperty
SelectionBoxTemplateProperty
Represents the SelectionBoxTemplate dependency property.
Declaration
public static readonly DependencyProperty SelectionBoxTemplateProperty
Field Value
DependencyProperty
SelectionBoxTemplateSelectorProperty
Represents the SelectionBoxTemplateSelector dependency property.
Declaration
public static readonly DependencyProperty SelectionBoxTemplateSelectorProperty
Field Value
DependencyProperty
SelectionBoxesVisibilityProperty
Represents the SelectionBoxesVisibility dependency property.
Declaration
public static readonly DependencyProperty SelectionBoxesVisibilityProperty
Field Value
DependencyProperty
SelectionModeProperty
Represents the SelectionMode dependency property.
Declaration
public static readonly DependencyProperty SelectionModeProperty
Field Value
DependencyProperty
SelectionOnFocusProperty
Identifies the SelectionOnFocus property.
Declaration
public static readonly DependencyProperty SelectionOnFocusProperty
Field Value
DependencyProperty
ShowNullTextProperty
Represents the ShowNullText dependency property.
Declaration
public static readonly DependencyProperty ShowNullTextProperty
Field Value
DependencyProperty
Properties
AutoCompleteProvider
Gets or sets the AutoCompleteProvider.
Declaration
public SuggestProvider AutoCompleteProvider { get; set; }
Property Value
ClearSelectionOnDeleteOrBackKey
Specifies whether the selection should be cleared when the user presses the Delete or Backspace key.
Declaration
public bool ClearSelectionOnDeleteOrBackKey { get; set; }
Property Value
DeferTextChange
Gets or sets a value that indicates whether text update will be delayed.
EditorMinWidth
Gets or sets the minimum width that is set aside for displaying the editor control.
IsReadOnly
Gets or sets a value that indicates whether text editor is readonly.
NullText
Gets or sets the text that is shown when selection is empty.
Owner
Gets the RadMultiColumnComboBox.
Declaration
public RadMultiColumnComboBox Owner { get; }
Property Value
SelectedItems
Gets or sets the selected items collection.
Declaration
public RadObservableCollection<object> SelectedItems { get; set; }
Property Value
SelectionBoxStyle
Gets or sets a Style that is used for SearchAutoCompleteBoxItems.
Declaration
public Style SelectionBoxStyle { get; set; }
Property Value
Style
SelectionBoxStyleSelector
Gets or sets a StyleSelector that is used for SearchAutoCompleteBoxItems.
Declaration
public StyleSelector SelectionBoxStyleSelector { get; set; }
Property Value
StyleSelector
SelectionBoxTemplate
Gets or sets a DataTemplate that is used to display SearchAutoCompleteBoxItems' content.
Declaration
public DataTemplate SelectionBoxTemplate { get; set; }
Property Value
DataTemplate
SelectionBoxTemplateSelector
Gets or sets a DataTemplateSelector that is used to display SearchAutoCompleteBoxItems' content.
Declaration
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
public Visibility SelectionBoxesVisibility { get; set; }
Property Value
Visibility
SelectionMode
Gets or sets the selection mode.
Declaration
public AutoCompleteSelectionMode SelectionMode { get; set; }
Property Value
SelectionOnFocus
Specifies the modification over the selected item text when the control receives focus.
Declaration
public SelectionOnFocus SelectionOnFocus { get; set; }
Property Value
ShowNullText
Gets or sets a value that indicates whether null text should be visible.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Creates an appropriate System.Windows.Automation.Peers.ButtonAutomationPeer for this control as part of the WPF infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Raises the Initialized event.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e