skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class SearchAutoCompleteBox

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

Inheritance
System.Object
SearchAutoCompleteBox
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()

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.