The C1ComboBox type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1ComboBox |
Initializes a new instance of the C1ComboBox class.
|
Methods
| Name | Description | |
|---|---|---|
| CollapseDropDown |
Collapses drop-down list.
| |
| Dispose |
Dispose override.
(Overrides ComponentDispose()()()().) | |
| ExpandDropDown |
Expands drop-down list.
| |
| Initialize |
Initialize a C1ComboBox instance.
(Overrides ComponentInitialize()()()().) |
Properties
| Name | Description | |
|---|---|---|
| AccessKey |
Gets or sets the AccessKey for C1ComboBox.
| |
| AppendDataBoundItems |
Gets or sets a value determines whether to append bound items for C1ComboBox.
| |
| AutoComplete |
Gets or sets a value determines whether supports auto complete feature.
| |
| AutoCompleteDelay |
Gets or sets the delaying time before auto complete start.(In milliseconds).
| |
| AutoFilter |
Gets or sets a value that determines whether to automatically filter the C1ComboBox drop-down list on keypress.
| |
| AutoPostBack |
Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the C1ComboBox selection.
| |
| CallBackOnScrollingToEnd |
Gets or sets a value determines whether to fetch more on scrolling to end.
| |
| CollapseAnimation |
Gets or sets the AnimationEffect to use when the drop-down list is collapsing.
| |
| CollapseDuration |
Gets or sets the duration of the animation when the drop-down list is collapsing.
| |
| CollapseEasing |
Gets or sets the transition of the animation when the drop-down list is collapsing.
| |
| DropDownHeight |
Gets or sets the height of the drop-down list.
| |
| DropDownPositioningMode |
Gets or sets a value determines the position of the drop-down list when it opens or pops up.
| |
| DropDownResizable |
Gets or sets a value indicating whether drop down is resizable.
| |
| DropDownWidth |
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.
| |
| EmptyText |
Gets or sets the text to show when the C1ComboBox text box is empty.
| |
| EnableCallBackMode |
Gets or sets a value that determines whether to enable callback to load C1ComboBoxItems on demand.
| |
| Enabled |
Gets or sets a value indicating whether C1ComboBox is enabled.
| |
| ErrorText |
Gets or sets the text to display if an error occurs during a call back to the server.
| |
| ExpandAnimation |
Gets or sets the AnimationEffect to use when the drop-down list is expanding.
| |
| ExpandDuration |
Gets or sets the duration of the animation when drop-down list is expanding.
| |
| ExpandEasing |
Gets or sets the transition of the animation when drop-down list is expanding.
| |
| FilterType |
Gets or sets the FilterType used for C1ComboBox.
| |
| ForceSelectionText |
Gets or sets a value that determines whether arbitrary text can be entered in the C1ComboBox text box.
| |
| HasFocus |
Gets or sets a value determines whether C1ComboBox has focus.
| |
| HideDropDownListOnBlur |
Gets or sets a value indicating whether the drop-down list for the C1ComboBox should be closed on blur.
| |
| HighLightedItem |
Gets the high lighted item.
| |
| IsCaseSensitive |
Gets or sets a value that determines whether text matching should be case sensitive.
| |
| IsTemplated |
Gets a value indicating whether C1ComboBox uses an item template.
| |
| Items |
Gets children items of C1ComboBox.
| |
| LoadingText |
Gets or sets the text to display during a call back to the server.
| |
| LoadOnDemandDelay |
Gets or sets the time delay before starting a call back to the server.
| |
| MaxLength |
Gets or sets the maximum number of characters that can be entered in the C1ComboBox text box.
| |
| MultipleSelectionSeparator |
Gets or sets the character or string used to separate multiple selections from the C1ComboBox drop-down list.
| |
| OffsetX |
Offsets the normal positions of C1ComboBox drop-down list items along the x-axis by the number specified.
| |
| OffsetY |
Offsets the normal positions of C1ComboBox drop-down list items along the y-axis by the number specified.
| |
| OnClientBlur |
The client-side event fired when the C1ComboBox loses focus.
| |
| OnClientDropDownCollapsed |
The client-side event that is fired when the drop-down list is closed.
| |
| OnClientDropDownCollapsing |
The client-side event that is fired when the drop-down list is about to be closed.
| |
| OnClientDropDownExpanded |
The client-side event that is fired when the drop-down list is expanded.
| |
| OnClientDropDownExpanding |
The client-side event that is fired when the drop-down list is about to be expanded.
| |
| OnClientFocus |
The client-side event that is fired when the C1ComboBox gains focus.
| |
| OnClientInitialized |
The name of the javascript function called after a C1ComboBox is initialized.
| |
| OnClientItemsRequested |
The client-side event fired after the request for items has completed.
| |
| OnClientItemsRequestFailed |
The client-side event fired after the request for items has failed.
| |
| OnClientItemsRequesting |
The client-side event that is fired before the items are requested server-side.
| |
| OnClientKeyPressing |
The client-side event that is fired when the specified key is pressed.
| |
| OnClientSelectedIndexChanged |
The client-side event that is fired after the selected index of the C1ComboBox has changed.
| |
| OnClientSelectedIndexChanging |
The client-side event that is fired when the selected index of the C1ComboBox is about to change.
| |
| OnClientTextChanged |
The client-side event that is fired when the Text property is changed.
| |
| OnClientTextExceeded |
The client-side event that is fired when the Text entered in the C1ComboBox exceeds the maximum length allowed.
| |
| OpenDropDownOnLoad |
Gets or sets a value indicating whether to show the drop-down list when a document is loaded.
| |
| SelectedIndex |
Gets or sets the SelectedIndex of C1ComboBox.
| |
| SelectedIndices |
Gets or sets the SelectedIndices of C1ComboBox.
| |
| SelectedItem |
Gets the SelectedItem of C1ComboBox.
| |
| SelectedItems |
Gets the SelectedItems of C1ComboBox.
| |
| SelectionMode |
Gets or sets SelectionMode of this C1ComboBox | |
| SetTextOnArrowNavigation |
Gets or sets a value that determines whether the text is set for the input field of C1ComboBox during arrow key navigation.
| |
| ShowMoreButton |
Gets or sets a value indicating whether to show the "more" arrow button in drop-down list.
| |
| ShowTrigger |
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.
| |
| TemplateItemHighlighted |
Gets or sets a value indicating whether to highlight the items when using template.
| |
| Text |
Gets or sets text for C1ComboBox.
| |
| ToolTip |
Gets or sets the tooltip for the C1ComboBox.
| |
| TriggerPosition |
Determines whether the trigger button, or drop-down arrow, appears on the left or right of the C1ComboBox.
| |
| Valid |
Gets or whether text of C1ComboBox is valid.
| |
| ValidationGroup |
Gets or sets the ValidationGroup that C1ComboBox belongs to.
| |
| VisualStyle |
Gets or sets the visual style name used by the control.
(Overrides C1ThemeableControlBaseVisualStyle()()()().) | |
| Width |
Gets or sets width of C1ComboBox.
| |
| WindowCollisionDetection |
Determines whether to enforce Window Collision Detection for the drop-down list.
| |
| ZIndex |
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.
|
Events
| Name | Description | |
|---|---|---|
| OnBlur |
Fired when C1ComboBox loses focus.
| |
| OnDropDownCollapsed |
Fired after drop-down list is collapsed.
| |
| OnDropDownCollapsing |
Fired before drop-down list is about to collapse.
| |
| OnDropDownExpanded |
Fired after drop-down list is expanded.
| |
| OnDropDownExpanding |
Fired after drop-down list is about to expand.
| |
| OnFocus |
Fired when C1ComboBox gains focus.
| |
| OnIndexChanged |
Fired after index has changed.
| |
| OnIndexChanging |
Fired when index is about to change.
| |
| OnInitialized |
Fired when C1ComboBox is initialized.
| |
| OnItemsRequested |
Fired when C1ComboBox got items from server.
| |
| OnItemsRequestFailed |
Fired when fails to get items from server.
| |
| OnItemsRequesting |
Fired before sending request for items to server.
| |
| OnKeyPressing |
Fired on key pressing.
| |
| OnTextChanged |
Fired after Text changed.
| |
| OnTextExceeded |
Fired when Text exceeded max length.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IAjaxRequestSupportDoAjaxRequest |
Executes AJAX request,
| |
| IAjaxRequestSupportOnAjaxRequestComplete |
Response from server
| |
| IAjaxRequestSupportOnAjaxRequestError |
AjaxRequest Error.
|