The C1ComboBox type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1ComboBox |
Initializes a new instance of the class.
|
Methods
Name | Description | |
---|---|---|
![]() | AddAttributesToRender |
Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriter (Overrides WebControl..::..AddAttributesToRender(HtmlTextWriter).) |
![]() | ClearSelection |
Clears the current selection by unselecting all selected cells.
|
![]() | FindItemByText |
Find a C1ComboBoxItem by its Text property.
|
![]() | FindItemByValue |
Find a C1ComboBoxItem by its Value property.
|
![]() | FindItemIndexByText |
Returns index of a C1ComboBoxItem by its Text property.
|
![]() | FindItemIndexByValue |
Returns index of a C1ComboBoxItem by its Value property.
|
![]() | GetScriptDescriptors |
Registers the ScriptDescriptor objects for C1ComboBox.
(Overrides C1ThemeableDataBoundControlGetScriptDescriptors()()()().) |
![]() | GetScriptReferences |
Registers the script references for C1ComboBox.
(Overrides C1ThemeableDataBoundControlGetScriptReferences()()()().) |
![]() | LoadLayout | Overloaded. |
![]() | LoadViewState |
Restores view-state information from a previous request that was saved with the SaveViewState() method.
(Overrides WebControl..::..LoadViewState(Object).) |
![]() | OnInit |
Handles the Init event of this control.
(Overrides BaseDataBoundControl..::..OnInit(EventArgs).) |
![]() | OnLoad |
OnLoad override.
At this point tree view raise all its events.
(Overrides DataBoundControl..::..OnLoad(EventArgs).) |
![]() | OnPreRender |
Handlers the PreRender event.
(Overrides C1ThemeableDataBoundControlOnPreRender(EventArgs).) |
![]() | PerformDataBinding |
When overridden in a derived class, binds data from the data source to the control.
(Overrides DataBoundControl..::..PerformDataBinding(IEnumerable).) |
![]() | RenderContents |
Renders the contents of the control to the specified writer.
(Overrides WebControl..::..RenderContents(HtmlTextWriter).) |
![]() | RenderControl |
Outputs server control content to a provided System.Web.UI.HtmlTextWriter object.
(Overrides Control..::..RenderControl(HtmlTextWriter).) |
![]() | SaveLayout | Overloaded. |
![]() | SaveViewState |
Saves any state that was modified after the TrackViewState() method was invoked.
(Overrides WebControl..::..SaveViewState()()()().) |
![]() | SortItems | Overloaded. |
Properties
Name | Description | |
---|---|---|
![]() | AccessKey |
Gets or sets the AccessKey for C1ComboBox.
(Overrides WebControl..::..AccessKey.) |
![]() | 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 time delay before auto completion starts (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.
|
![]() | CausesValidation |
Gets or sets a value indicating whether item select causes validation.
|
![]() | 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.
|
![]() | Columns |
Gets or sets the columns.
|
![]() | DataTextField |
Gets or sets the field in the data source from which to load text values.
|
![]() | DataValueField |
Gets or sets the field in the data source from which to load item values.
|
![]() | DropDownFooter |
Gets the footer control of the drop-down list C1ComboBox.
|
![]() | DropDownHeader |
Gets the footer control of the drop-down list C1ComboBox.
|
![]() | 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 the drop-down list 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.
|
![]() | EmbeddedVisualStyles |
Returns a string array with embedded visual style names.
(Overrides C1ThemeableDataBoundControlEmbeddedVisualStyles()()()().) |
![]() | 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.
(Overrides WebControl..::..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.
|
![]() | FooterTemplate |
Gets or sets the footer template used for the C1ComboBox drop-down list.
|
![]() | FooterText |
Gets or sets the C1ComboBox footer text.
|
![]() | ForceSelectionText |
Gets or sets a value that determines whether arbitrary text can be entered in the C1ComboBox text box.
|
![]() | HeaderTemplate |
Gets or sets the header template used for the C1ComboBox drop-down list.
|
![]() | HideDropDownListOnBlur |
Gets or sets a value indicating whether the drop-down list for the C1ComboBox should be closed on blur.
|
![]() | 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.
|
![]() | ItemsTemplate |
Gets or sets the items template used for 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.
|
![]() | Sort |
Determines whether the items in the C1ComboBoxItems list appear in ascending or descending order.
|
![]() | SortCaseSensitive |
Gets or sets a value indicating Sort CaseSensitive.
|
![]() | TagKey |
Gets the value that corresponds to this Web server control.
(Overrides WebControl..::..TagKey.) |
![]() | 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.
(Overrides WebControl..::..ToolTip.) |
![]() | TriggerPosition |
Determines whether the trigger button, or drop-down arrow, appears on the left or right of the C1ComboBox.
|
![]() | Valid |
Gets or sets whether length of text in C1ComboBox exceeds the length defined in MaxLength.
|
![]() | ValidationGroup |
Gets or sets the ValidationGroup that C1ComboBox belongs to.
|
![]() | Visible |
Gets or sets whether this control is visible.
(Overrides Control..::..Visible.) |
![]() | VisualStylePath |
Gets or sets the path to the visual style folder.
(Overrides C1ThemeableDataBoundControlVisualStylePath()()()().) |
![]() | Width |
Gets or sets the width of the drop-down list (in pixels).
(Overrides WebControl..::..Width.) |
![]() | 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 | |
---|---|---|
![]() | BoundItemCreated |
Occurs after C1ComboBoxItem is created in data binding.
|
![]() | ItemDataBinding |
Occurs when C1ComboBoxItem is binding data.
|
![]() | ItemsRequested |
Occurs when C1ComboBox requests data from client side.
|
![]() | SelectedIndexChanged |
Occurs when the SelectedIndex property has changed.
|
![]() | TextChanged |
Occurs when the text in the C1ComboBox text box changes.
|
![]() | TextExceeded |
Occurs when the length of text in the C1ComboBox exceeds the MaxLength.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | ICallbackEventHandler..::..GetCallbackResult |
ICallbackEventHandler.GetCallbackResult implementation.
|
![]() ![]() | IPostBackDataHandler..::..LoadPostData |
Processes postback data.
|
![]() ![]() | ICallbackEventHandler..::..RaiseCallbackEvent |
ICallbackEventHandler.RaiseCallbackEvent implementation.
|
![]() ![]() | IPostBackEventHandler..::..RaisePostBackEvent |
Enables a server control to process an event raised when a form is posted to the server
|
![]() ![]() | IPostBackDataHandler..::..RaisePostDataChangedEvent |
IPostBackDataHandler.RaisePostDataChangedEvent implementation.
Notifies the ASP.NET application that the state of the control has changed.
|