The C1ComboBox type exposes the following members.

Methods

  NameDescription
Protected methodAddAttributesToRender
Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriter
(Overrides WebControl..::..AddAttributesToRender(HtmlTextWriter).)
Public methodClearSelection
Clears the current selection by unselecting all selected cells.
Public methodFindItemByText
Find a C1ComboBoxItem by its Text property.
Public methodFindItemByValue
Find a C1ComboBoxItem by its Value property.
Public methodFindItemIndexByText
Returns index of a C1ComboBoxItem by its Text property.
Public methodFindItemIndexByValue
Returns index of a C1ComboBoxItem by its Value property.
Protected methodGetScriptDescriptors
Registers the ScriptDescriptor objects for C1ComboBox.
(Overrides C1ThemeableDataBoundControlGetScriptDescriptors()()()().)
Protected methodGetScriptReferences
Registers the script references for C1ComboBox.
(Overrides C1ThemeableDataBoundControlGetScriptReferences()()()().)
Public methodLoadLayoutOverloaded.
Protected methodLoadViewState
Restores view-state information from a previous request that was saved with the SaveViewState() method.
(Overrides WebControl..::..LoadViewState(Object).)
Protected methodOnInit
Handles the Init event of this control.
(Overrides BaseDataBoundControl..::..OnInit(EventArgs).)
Protected methodOnLoad
OnLoad override. At this point tree view raise all its events.
(Overrides DataBoundControl..::..OnLoad(EventArgs).)
Protected methodOnPreRender
Handlers the PreRender event.
(Overrides C1ThemeableDataBoundControlOnPreRender(EventArgs).)
Protected methodPerformDataBinding
When overridden in a derived class, binds data from the data source to the control.
(Overrides DataBoundControl..::..PerformDataBinding(IEnumerable).)
Protected methodRenderContents
Renders the contents of the control to the specified writer.
(Overrides WebControl..::..RenderContents(HtmlTextWriter).)
Public methodRenderControl
Outputs server control content to a provided System.Web.UI.HtmlTextWriter object.
(Overrides Control..::..RenderControl(HtmlTextWriter).)
Public methodSaveLayoutOverloaded.
Protected methodSaveViewState
Saves any state that was modified after the TrackViewState() method was invoked.
(Overrides WebControl..::..SaveViewState()()()().)
Public methodSortItemsOverloaded.

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICallbackEventHandler..::..GetCallbackResult
ICallbackEventHandler.GetCallbackResult implementation.
Explicit interface implemetationPrivate methodIPostBackDataHandler..::..LoadPostData
Processes postback data.
Explicit interface implemetationPrivate methodICallbackEventHandler..::..RaiseCallbackEvent
ICallbackEventHandler.RaiseCallbackEvent implementation.
Explicit interface implemetationPrivate methodIPostBackEventHandler..::..RaisePostBackEvent
Enables a server control to process an event raised when a form is posted to the server
Explicit interface implemetationPrivate methodIPostBackDataHandler..::..RaisePostDataChangedEvent
IPostBackDataHandler.RaisePostDataChangedEvent implementation. Notifies the ASP.NET application that the state of the control has changed.

See Also