Class
SearchAutoCompleteBoxesItemsControl

Control that displays the list of selected items in RadMultiColumnComboBox.

Definition

Namespace:Telerik.Windows.Controls.MultiColumnComboBox

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class SearchAutoCompleteBoxesItemsControl : ItemsControl

Inheritance: objectSearchAutoCompleteBoxesItemsControl

Constructors

SearchAutoCompleteBoxesItemsControl()

Declaration

cs-api-definition
public SearchAutoCompleteBoxesItemsControl()

Fields

SelectionBoxesVisibilityProperty

Represents the SelectionBoxesVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectionBoxesVisibilityProperty

Field Value

DependencyProperty

Properties

Editor

Gets or sets the editor.

Declaration

cs-api-definition
public TextBox Editor { get; set; }

Property Value

TextBox

SelectionBoxesVisibility

Gets or sets a value that indicates whether selection should be represented with selection boxes.

Declaration

cs-api-definition
public Visibility SelectionBoxesVisibility { get; set; }

Property Value

Visibility

VisualChildrenCount

Gets the number of visual child elements within this element.

Declaration

cs-api-definition
protected override int VisualChildrenCount { get; }

Property Value

int

Methods

ArrangeOverride(Size)

When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.

Declaration

cs-api-definition
protected override Size ArrangeOverride(Size arrangeBounds)

Parameters

arrangeBounds

Size

Returns

Size

GetContainerForItemOverride()

Creates or identifies the element that is used to display the given item.

Declaration

cs-api-definition
protected override DependencyObject GetContainerForItemOverride()

Returns

DependencyObject

GetVisualChild(int)

Returns a child at the specified index from a collection of child elements.

Declaration

cs-api-definition
protected override Visual GetVisualChild(int index)

Parameters

index

int

Returns

Visual

IsItemItsOwnContainerOverride(object)

Determines if the specified item is (or is eligible to be) its own container.

Declaration

cs-api-definition
protected override bool IsItemItsOwnContainerOverride(object item)

Parameters

item

object

Returns

bool

MeasureOverride(Size)

When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.

Declaration

cs-api-definition
protected override Size MeasureOverride(Size constraint)

Parameters

constraint

Size

Returns

Size

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnRenderSizeChanged(SizeChangedInfo)

The method is invoked after layout update, and before rendering, if the element's RenderSize has changed as a result of layout update.

Declaration

cs-api-definition
protected override void OnRenderSizeChanged(SizeChangedInfo sizeInfo)

Parameters

sizeInfo

SizeChangedInfo

PrepareContainerForItemOverride(DependencyObject, object)

When overridden in a derived class, undoes the effects of the System.Windows.Controls.ItemsControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object) method.

Declaration

cs-api-definition
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)

Parameters

element

DependencyObject

item

object