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