The C1TreeView type exposes the following members.

Methods

  Name Description
Public method AddCssClass (Inherited from Control.)
Public method AssignPropertiesState
Assigns the properties state hash that used to retrieve and store properties values.
(Inherited from C1ThemeableControlBase.)
Public method BeginUpdate (Inherited from Component.)
Public method CreateChildNodes
Create C1TreeViewNode nodes that belong to C1TreeViewNodeCollection nodes collection.
Public method CreateInstance
Creates an instance of C1TreeViewNode object.
(Overrides C1ThemeableControlBaseCreateInstance(DOMElement).)
Public method CreateTreeViewNode
Creates an instance of C1TreeViewNode
Public method Dispose
Dispose C1TreeView.
(Overrides ComponentDispose()()()().)
Public method EndUpdate (Inherited from Component.)
Public method FindNodeByText
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Initialize
Initialize C1TreeView.
(Overrides ComponentInitialize()()()().)
Public method InitializeChildNodes
Initialize C1TreeViewNode nodes that belong to C1TreeViewNodeCollection nodes collection.
Public method Invalidate (Overrides C1ThemeableControlBaseInvalidate()()()().)
Protected method OnBubbleEvent (Inherited from Control.)
Protected method OnClick
Called when mouse is click some element inside tree view.
Protected method OnFocus
Called when element inside tree view receives focus.
Protected method OnKeyDown
Called when key is down on some element inside tree view.
Protected method OnMouseDown
Called when mouse is down on some element inside tree view.
Protected method OnMouseMove
Called when mouse is move on some element inside tree view.
Protected method OnMouseOut
Called when mouse is out some element inside tree view.
Protected method OnMouseOver
Called when mouse is over some element inside tree view.
Protected method OnMouseUp
Called when mouse is up on some element inside tree view.
Protected method RaiseBubbleEvent (Inherited from Control.)
Protected method RaisePropertyChanged (Inherited from Component.)
Public method RemoveCssClass (Inherited from Control.)
Public method Save
Persists current state to the server.
Public method SaveState
Saves the properties state.
(Inherited from C1ThemeableControlBase.)
Public method ToggleCssClass (Inherited from Control.)
Public method ToLocaleString (Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Protected method Updated (Inherited from Component.)

Explicit Interface Implementations

See Also