Class SearchAutoCompleteBox
Control that receives search text as text input and displays the selected items of RadMultiColumnComboBox.
Inheritance
Namespace: Telerik.Windows.Controls.MultiColumnComboBox
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class SearchAutoCompleteBox : Control, IThemable
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
System.Windows.DependencyProperty
|
DeferTextChangeProperty
Represents the DeferTextChange dependency property.
Declaration
public static readonly DependencyProperty DeferTextChangeProperty
Field Value
System.Windows.DependencyProperty
|
EditorMinWidthProperty
Represents the EditorMinWidth dependency property.
Declaration
public static readonly DependencyProperty EditorMinWidthProperty
Field Value
System.Windows.DependencyProperty
|
IsReadOnlyProperty
Represents the IsReadOnly dependency property.
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
System.Windows.DependencyProperty
|
NullTextProperty
Represents the NullText dependency property.
Declaration
public static readonly DependencyProperty NullTextProperty
Field Value
System.Windows.DependencyProperty
|
SelectedItemsProperty
Represents the SelectedItems dependency property.
Declaration
public static readonly DependencyProperty SelectedItemsProperty
Field Value
System.Windows.DependencyProperty
|
SelectionBoxesVisibilityProperty
Represents the SelectionBoxesVisibility dependency property.
Declaration
public static readonly DependencyProperty SelectionBoxesVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
SelectionBoxStyleProperty
Represents the SelectionBoxStyle dependency property.
Declaration
public static readonly DependencyProperty SelectionBoxStyleProperty
Field Value
System.Windows.DependencyProperty
|
SelectionBoxStyleSelectorProperty
Represents the SelectionBoxStyleSelector dependency property.
Declaration
public static readonly DependencyProperty SelectionBoxStyleSelectorProperty
Field Value
System.Windows.DependencyProperty
|
SelectionBoxTemplateProperty
Represents the SelectionBoxTemplate dependency property.
Declaration
public static readonly DependencyProperty SelectionBoxTemplateProperty
Field Value
System.Windows.DependencyProperty
|
SelectionBoxTemplateSelectorProperty
Represents the SelectionBoxTemplateSelector dependency property.
Declaration
public static readonly DependencyProperty SelectionBoxTemplateSelectorProperty
Field Value
System.Windows.DependencyProperty
|
SelectionModeProperty
Represents the SelectionMode dependency property.
Declaration
public static readonly DependencyProperty SelectionModeProperty
Field Value
System.Windows.DependencyProperty
|
SelectionOnFocusProperty
Identifies the SelectionOnFocus property.
Declaration
public static readonly DependencyProperty SelectionOnFocusProperty
Field Value
System.Windows.DependencyProperty
|
ShowNullTextProperty
Represents the ShowNullText dependency property.
Declaration
public static readonly DependencyProperty ShowNullTextProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AutoCompleteProvider
Gets or sets the AutoCompleteProvider.
Declaration
public SuggestProvider AutoCompleteProvider { get; set; }
Property Value
SuggestProvider
|
DeferTextChange
Gets or sets a value that indicates whether text update will be delayed.
Declaration
public bool DeferTextChange { get; set; }
Property Value
System.Boolean
|
EditorMinWidth
Gets or sets the minimum width that is set aside for displaying the editor control.
Declaration
public double EditorMinWidth { get; set; }
Property Value
System.Double
|
IsReadOnly
Gets or sets a value that indicates whether text editor is readonly.
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
NullText
Gets or sets the text that is shown when selection is empty.
Declaration
public string NullText { get; set; }
Property Value
System.String
|
Owner
Gets the RadMultiColumnComboBox.
Declaration
public RadMultiColumnComboBox Owner { get; }
Property Value
RadMultiColumnComboBox
|
SelectedItems
Gets or sets the selected items collection.
Declaration
public RadObservableCollection<object> SelectedItems { get; set; }
Property Value
RadObservableCollection<System.Object>
|
SelectionBoxesVisibility
Gets or sets a value that indicates whether selection should be represented with selection boxes.
Declaration
public Visibility SelectionBoxesVisibility { get; set; }
Property Value
System.Windows.Visibility
|
SelectionBoxStyle
Gets or sets a Style that is used for SearchAutoCompleteBoxItems.
Declaration
public Style SelectionBoxStyle { get; set; }
Property Value
System.Windows.Style
|
SelectionBoxStyleSelector
Gets or sets a StyleSelector that is used for SearchAutoCompleteBoxItems.
Declaration
public StyleSelector SelectionBoxStyleSelector { get; set; }
Property Value
System.Windows.Controls.StyleSelector
|
SelectionBoxTemplate
Gets or sets a DataTemplate that is used to display SearchAutoCompleteBoxItems' content.
Declaration
public DataTemplate SelectionBoxTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
SelectionBoxTemplateSelector
Gets or sets a DataTemplateSelector that is used to display SearchAutoCompleteBoxItems' content.
Declaration
public DataTemplateSelector SelectionBoxTemplateSelector { get; set; }
Property Value
System.Windows.Controls.DataTemplateSelector
|
SelectionMode
Gets or sets the selection mode.
Declaration
public AutoCompleteSelectionMode SelectionMode { get; set; }
Property Value
AutoCompleteSelectionMode
|
SelectionOnFocus
Specifies the modification over the selected item text when the control receives focus.
Declaration
public SelectionOnFocus SelectionOnFocus { get; set; }
Property Value
SelectionOnFocus
|
ShowNullText
Gets or sets a value that indicates whether null text should be visible.
Declaration
public bool ShowNullText { get; set; }
Property Value
System.Boolean
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
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
System.Windows.Automation.Peers.AutomationPeer
|
OnInitialized(EventArgs)
Raises the Initialized event.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()