The C1ComboBox type exposes the following members.

Properties

  NameDescription
Public propertyAccessKey
Gets or sets the AccessKey for C1ComboBox.
Public propertyAppendDataBoundItems
Gets or sets a value determines whether to append bound items for C1ComboBox.
Public propertyAutoComplete
Gets or sets a value determines whether supports auto complete feature.
Public propertyAutoCompleteDelay
Gets or sets the delaying time before auto complete start.(In milliseconds).
Public propertyAutoFilter
Gets or sets a value that determines whether to automatically filter the C1ComboBox drop-down list on keypress.
Public propertyAutoPostBack
Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the C1ComboBox selection.
Public propertyCallBackOnScrollingToEnd
Gets or sets a value determines whether to fetch more on scrolling to end.
Public propertyCollapseAnimation
Gets or sets the AnimationEffect to use when the drop-down list is collapsing.
Public propertyCollapseDuration
Gets or sets the duration of the animation when the drop-down list is collapsing.
Public propertyCollapseEasing
Gets or sets the transition of the animation when the drop-down list is collapsing.
Public propertyDropDownHeight
Gets or sets the height of the drop-down list.
Public propertyDropDownPositioningMode
Gets or sets a value determines the position of the drop-down list when it opens or pops up.
Public propertyDropDownResizable
Gets or sets a value indicating whether drop down is resizable.
Public propertyDropDownWidth
Gets or sets the drop-down list width (in pixels). If the value is less than zero, the width of the C1ComboBox will be used.
Public propertyEmptyText
Gets or sets the text to show when the C1ComboBox text box is empty.
Public propertyEnableCallBackMode
Gets or sets a value that determines whether to enable callback to load C1ComboBoxItems on demand.
Public propertyEnabled
Gets or sets a value indicating whether C1ComboBox is enabled.
Public propertyErrorText
Gets or sets the text to display if an error occurs during a call back to the server.
Public propertyExpandAnimation
Gets or sets the AnimationEffect to use when the drop-down list is expanding.
Public propertyExpandDuration
Gets or sets the duration of the animation when drop-down list is expanding.
Public propertyExpandEasing
Gets or sets the transition of the animation when drop-down list is expanding.
Public propertyFilterType
Gets or sets the FilterType used for C1ComboBox.
Public propertyForceSelectionText
Gets or sets a value that determines whether arbitrary text can be entered in the C1ComboBox text box.
Public propertyHasFocus
Gets or sets a value determines whether C1ComboBox has focus.
Public propertyHideDropDownListOnBlur
Gets or sets a value indicating whether the drop-down list for the C1ComboBox should be closed on blur.
Public propertyHighLightedItem
Gets the high lighted item.
Public propertyIsCaseSensitive
Gets or sets a value that determines whether text matching should be case sensitive.
Public propertyIsTemplated
Gets a value indicating whether C1ComboBox uses an item template.
Public propertyItems
Gets children items of C1ComboBox.
Public propertyLoadingText
Gets or sets the text to display during a call back to the server.
Public propertyLoadOnDemandDelay
Gets or sets the time delay before starting a call back to the server.
Public propertyMaxLength
Gets or sets the maximum number of characters that can be entered in the C1ComboBox text box.
Public propertyMultipleSelectionSeparator
Gets or sets the character or string used to separate multiple selections from the C1ComboBox drop-down list.
Public propertyOffsetX
Offsets the normal positions of C1ComboBox drop-down list items along the x-axis by the number specified.
Public propertyOffsetY
Offsets the normal positions of C1ComboBox drop-down list items along the y-axis by the number specified.
Public propertyOnClientBlur
The client-side event fired when the C1ComboBox loses focus.
Public propertyOnClientDropDownCollapsed
The client-side event that is fired when the drop-down list is closed.
Public propertyOnClientDropDownCollapsing
The client-side event that is fired when the drop-down list is about to be closed.
Public propertyOnClientDropDownExpanded
The client-side event that is fired when the drop-down list is expanded.
Public propertyOnClientDropDownExpanding
The client-side event that is fired when the drop-down list is about to be expanded.
Public propertyOnClientFocus
The client-side event that is fired when the C1ComboBox gains focus.
Public propertyOnClientInitialized
The name of the javascript function called after a C1ComboBox is initialized.
Public propertyOnClientItemsRequested
The client-side event fired after the request for items has completed.
Public propertyOnClientItemsRequestFailed
The client-side event fired after the request for items has failed.
Public propertyOnClientItemsRequesting
The client-side event that is fired before the items are requested server-side.
Public propertyOnClientKeyPressing
The client-side event that is fired when the specified key is pressed.
Public propertyOnClientSelectedIndexChanged
The client-side event that is fired after the selected index of the C1ComboBox has changed.
Public propertyOnClientSelectedIndexChanging
The client-side event that is fired when the selected index of the C1ComboBox is about to change.
Public propertyOnClientTextChanged
The client-side event that is fired when the Text property is changed.
Public propertyOnClientTextExceeded
The client-side event that is fired when the Text entered in the C1ComboBox exceeds the maximum length allowed.
Public propertyOpenDropDownOnLoad
Gets or sets a value indicating whether to show the drop-down list when a document is loaded.
Public propertySelectedIndex
Gets or sets the SelectedIndex of C1ComboBox.
Public propertySelectedIndices
Gets or sets the SelectedIndices of C1ComboBox.
Public propertySelectedItem
Gets the SelectedItem of C1ComboBox.
Public propertySelectedItems
Gets the SelectedItems of C1ComboBox.
Public propertySelectionMode
Gets or sets SelectionMode of this C1ComboBox
Public propertySetTextOnArrowNavigation
Gets or sets a value that determines whether the text is set for the input field of C1ComboBox during arrow key navigation.
Public propertyShowMoreButton
Gets or sets a value indicating whether to show the "more" arrow button in drop-down list.
Public propertyShowTrigger
Gets or sets a value that determines whether to show the Trigger button. The Trigger button is the arrow in the C1ComboBox that you click to expand the drop-down list.
Public propertyTemplateItemHighlighted
Gets or sets a value indicating whether to highlight the items when using template.
Public propertyText
Gets or sets text for C1ComboBox.
Public propertyToolTip
Gets or sets the tooltip for the C1ComboBox.
Public propertyTriggerPosition
Determines whether the trigger button, or drop-down arrow, appears on the left or right of the C1ComboBox.
Public propertyValid
Gets or whether text of C1ComboBox is valid.
Public propertyValidationGroup
Gets or sets the ValidationGroup that C1ComboBox belongs to.
Public propertyVisualStyle
Gets or sets the visual style name used by the control.
(Overrides C1ThemeableControlBaseVisualStyle()()()().)
Public propertyWidth
Gets or sets width of C1ComboBox.
Public propertyWindowCollisionDetection
Determines whether to enforce Window Collision Detection for the drop-down list.
Public propertyZIndex
Gets or sets the ZIndex for the C1ComboBox drop-down list, if needed. The default value is 0, which allows the system to assign the ZIndex value for the drop-down list.

See Also