Represents a control that provides functionality for autocompleting user input using a list of items.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
public class AutoCompleteBoxesItemsControl : ItemsControl
Inheritance: objectAutoCompleteBoxesItemsControl
Constructors
Initializes a new instance of the AutoCompleteBoxesItemsControl class.
public AutoCompleteBoxesItemsControl()
Fields
BoxesItemStyleProperty
DependencyProperty
Identifies the BoxesItemStyle dependency property.
public static readonly DependencyProperty BoxesItemStyleProperty
BoxesItemStyleSelectorProperty
DependencyProperty
Identifies the BoxesItemStyleSelector dependency property.
public static readonly DependencyProperty BoxesItemStyleSelectorProperty
BoxesItemTemplateProperty
DependencyProperty
Identifies the BoxesItemTemplate dependency property.
public static readonly DependencyProperty BoxesItemTemplateProperty
BoxesItemTemplateSelectorProperty
DependencyProperty
Identifies the BoxesItemTemplateSelector dependency property.
public static readonly DependencyProperty BoxesItemTemplateSelectorProperty
Properties
BoxesItemStyle
Style
Gets or sets the style for items in the AutoCompleteBox.
public Style BoxesItemStyle { get; set; }
BoxesItemStyleSelector
StyleSelector
Provides custom styling for items in the AutoCompleteBox by selecting the appropriate style based on specific criteria.
public StyleSelector BoxesItemStyleSelector { get; set; }
BoxesItemTemplate
DataTemplate
Gets or sets the template used for the items in the AutoCompleteBox.
public DataTemplate BoxesItemTemplate { get; set; }
BoxesItemTemplateSelector
DataTemplateSelector
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.
public DataTemplateSelector BoxesItemTemplateSelector { get; set; }
Methods
GetContainerForItemOverride()
DependencyObject
Gets the container for the specified item in the AutoCompleteBox.
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
protected override void OnItemTemplateSelectorChanged(DataTemplateSelector oldItemTemplateSelector, DataTemplateSelector newItemTemplateSelector)
Prepares the specified element to display the specified item in the AutoCompleteBox.
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)