Control that displays the list of selected items in RadMultiColumnComboBox.
Definition
Namespace:Telerik.Windows.Controls.MultiColumnComboBox
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class SearchAutoCompleteBoxesItemsControl : ItemsControl
Inheritance: objectSearchAutoCompleteBoxesItemsControl
Constructors
public SearchAutoCompleteBoxesItemsControl()
Fields
SelectionBoxesVisibilityProperty
DependencyProperty
Represents the SelectionBoxesVisibility dependency property.
public static readonly DependencyProperty SelectionBoxesVisibilityProperty
Properties
Editor
TextBox
Gets or sets the editor.
public TextBox Editor { get; set; }
SelectionBoxesVisibility
Visibility
Gets or sets a value that indicates whether selection should be represented with selection boxes.
public Visibility SelectionBoxesVisibility { get; set; }
Gets the number of visual child elements within this element.
protected override int VisualChildrenCount { get; }
Methods
When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.
protected override Size ArrangeOverride(Size arrangeBounds)
Size
GetContainerForItemOverride()
DependencyObject
Creates or identifies the element that is used to display the given item.
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
GetVisualChild(int)
Visual
Returns a child at the specified index from a collection of child elements.
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.
protected override Size MeasureOverride(Size constraint)
Size
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
The method is invoked after layout update, and before rendering, if the element's RenderSize has changed as a result of layout update.
protected override void OnRenderSizeChanged(SizeChangedInfo sizeInfo)
When overridden in a derived class, undoes the effects of the System.Windows.Controls.ItemsControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object) method.
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)