New to Telerik UI for WinFormsStart a free 30-day trial

Properties

Updated over 1 year ago
PropertyDescription
AutoSizeDropDownColumnModeDetermines whether the drop-down portion of the control will be auto-sized to best fit all columns.
ClearTextOnValidationSpecifies the mode for the Text clearing if the text does not match the text in the DisplayMembar column.
AutoCompleteModeSpecifies the mode for the automatic completion feature used in the MultiColumnComboBox.
ColumnsGets a collection that contains all the columns in the grid contained in the drop down.
ShowItemToolTipsGets or sets a value indicating whether ToolTips are shown for the RadItem objects contained in the RadControl.
TextGets or sets displayed text.
DblClickRotateRotate items on double click in the edit box part.
ScrollOnMouseWheelGets or sets a boolean value determining whether the user can scroll through the items when the popup is closed by using the mouse wheel.
MultiColumnComboBoxElementGets the hosted RadMultiColumnComboBoxElement.
DropDownSizingModeGets or sets the drop down sizing mode. The mode can be: horizontal, veritcal or a combination of them.
NullTextGets or sets the text that is displayed when the Text property contains empty string or is null.
DisplayMemberSpecifies the particular field in the data source which will be used from the items in RadMultiColumnComboBox for the Text.
EditorControlThe input control hosted in the popup form. In the case of RadMultiColumnComboBox the control is a RadGridView.
AutoFilterControls whether the filtering behavior is enabled.
DataSourceSpecifies the data structure to be bound.
ValueMemberSpecifies the particular field in the data source which will be stored in the Value property.
SelectedIndexGet or sets a value indicating the index of the the selected row.
SelectedItemGet or sets a value indicating the selected row.
SelectedValueGet or sets a value according to the applied ValueMember.
DropDownStyleGets or sets a value specifying the style of the combo box.
AutoSizeDropDownToBestFitDetermines whether the drop-down portion of the control will be auto-sized to best fit all columns. The DropDownWidth property must be set to its default value (-1) to allow this setting to work properly.
AutoSizeDropDownHeightDetermines whether the drop-down height will be auto-sized when filtering is applied.
DropDownMinSizeGets or sets the minimum size allowed for the drop-down of the control.
DropDownMaxSizeGets or sets the maximum size allowed for the drop-down of the control.

Methods

MethodDescription
EndInitEnds the initialization of a RadMultiColumnComboBox control that is used on a form or used by another component. The initialization occurs at run time.
BestFitColumns()Widens / shrinks all columns based on the space required by the text in the columns. Applies only on the visible rows.
BestFitColumns(bool adjustComboBoxSize, bool bestFitAllRows)Widens / shrinks all columns based on the space required by the text in the columns.

Events

EventDescription
DataBindingCompleteOccurs when the data binding process finishes.
CaseSensitiveChangedOccurs when the CaseSensitive property has changed.
DropDownOpenedOccurs when the drop-down window appears.
DropDownClosedOccurs when the drop-down window has closed.
DropDownClosingOccurs when the drop-down window is about to close.
DropDownOpeningOccurs when the drop-down window is about to open.
DropDownStyleChangedOccurs when the DropDownStyle property has changed.
SelectedIndexChangedOccurs when the SelectedIndex property has changed.
SelectedValueChangedFires when the selected value is changed.

See Also

In this article
MethodsEventsSee Also
Not finding the help you need?
Contact Support