skip navigation
  • Product Bundles

    DevCraft

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

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    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 AutoCompleteBoxesItemsControl

Represents a control that provides functionality for autocompleting user input using a list of items.

Inheritance
System.Object
AutoCompleteBoxesItemsControl
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll

Syntax

public class AutoCompleteBoxesItemsControl : ItemsControl

Constructors

AutoCompleteBoxesItemsControl()

Initializes a new instance of the AutoCompleteBoxesItemsControl class.

Declaration
public AutoCompleteBoxesItemsControl()

Fields

BoxesItemStyleProperty

Identifies the BoxesItemStyle dependency property.

Declaration
public static readonly DependencyProperty BoxesItemStyleProperty
Field Value
System.Windows.DependencyProperty

BoxesItemStyleSelectorProperty

Identifies the BoxesItemStyleSelector dependency property.

Declaration
public static readonly DependencyProperty BoxesItemStyleSelectorProperty
Field Value
System.Windows.DependencyProperty

BoxesItemTemplateProperty

Identifies the BoxesItemTemplate dependency property.

Declaration
public static readonly DependencyProperty BoxesItemTemplateProperty
Field Value
System.Windows.DependencyProperty

BoxesItemTemplateSelectorProperty

Identifies the BoxesItemTemplateSelector dependency property.

Declaration
public static readonly DependencyProperty BoxesItemTemplateSelectorProperty
Field Value
System.Windows.DependencyProperty

Properties

BoxesItemStyle

Gets or sets the style for items in the AutoCompleteBox.

Declaration
public Style BoxesItemStyle { get; set; }
Property Value
System.Windows.Style

BoxesItemStyleSelector

Provides custom styling for items in the AutoCompleteBox by selecting the appropriate style based on specific criteria.

Declaration
public StyleSelector BoxesItemStyleSelector { get; set; }
Property Value
System.Windows.Controls.StyleSelector

BoxesItemTemplate

Gets or sets the template used for the items in the AutoCompleteBox.

Declaration
public DataTemplate BoxesItemTemplate { get; set; }
Property Value
System.Windows.DataTemplate

BoxesItemTemplateSelector

Provides a data template selector for the items in an AutoCompleteBox, allowing for different templates to be applied based on the data type or content of the items.

Declaration
public DataTemplateSelector BoxesItemTemplateSelector { get; set; }
Property Value
System.Windows.Controls.DataTemplateSelector

Methods

GetContainerForItemOverride()

Gets the container for the specified item in the AutoCompleteBox.

Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System.Windows.DependencyObject

OnItemTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector)

Declaration
protected override void OnItemTemplateSelectorChanged(DataTemplateSelector oldItemTemplateSelector, DataTemplateSelector newItemTemplateSelector)
Parameters
System.Windows.Controls.DataTemplateSelector oldItemTemplateSelector

System.Windows.Controls.DataTemplateSelector newItemTemplateSelector

PrepareContainerForItemOverride(DependencyObject, Object)

Prepares the specified element to display the specified item in the AutoCompleteBox.

Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject element

System.Object item

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.