The C1ComboBox type exposes the following members.
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. |
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.
|