An NDoc Documented Class Library

XTree Members

XTree overview

Public Instance Constructors

XTree Constructor Default constructor

Public Instance Properties

BindingContainer (inherited from Control) 
ClientID (inherited from Control) 
Controls (inherited from Control) 
EnableViewState (inherited from Control) 
ID (inherited from Control) 
NamingContainer (inherited from Control) 
Page (inherited from Control) 
Parent (inherited from Control) 
Root The root node of the tree
Site (inherited from Control) 
TemplateSourceDirectory (inherited from Control) 
UniqueID (inherited from Control) 
Visible (inherited from Control) 

Public Instance Methods

DataBind (inherited from Control) 
Dispose (inherited from Control) 
Equals (inherited from Object) 
FindControl (inherited from Control)Overloaded.  
GetConfig Retreives the config of this tree
GetHashCode (inherited from Object) 
GetSelectedNode Returns the last selected node in the tree. NOTE: XTreeConfig.StoreInSession must be set to true for this to be set, otherwise this will be null.
GetType (inherited from Object) 
HasControls (inherited from Control) 
RenderControl (inherited from Control) 
ResolveUrl (inherited from Control) 
SetRenderMethodDelegate (inherited from Control) 
ToString (inherited from Object) 

Public Instance Events

DataBinding (inherited from Control) 
Disposed (inherited from Control) 
Init (inherited from Control) 
Load (inherited from Control) 
PreRender (inherited from Control) 
Unload (inherited from Control) 
ValueChanged Raises an event when selected node changes.

Protected Instance Properties

ChildControlsCreated (inherited from Control) 
Context (inherited from Control) 
Events (inherited from Control) 
HasChildViewState (inherited from Control) 
IsTrackingViewState (inherited from Control) 
ViewState (inherited from Control) 
ViewStateIgnoresCase (inherited from Control) 

Protected Instance Methods

AddParsedSubObject (inherited from Control) 
BuildProfileTree (inherited from Control) 
ClearChildViewState (inherited from Control) 
CreateChildControls (inherited from Control) 
CreateControlCollection (inherited from Control) 
EnsureChildControls (inherited from Control) 
Finalize (inherited from Object) 
FindControl (inherited from Control)Overloaded.  
IsLiteralContent (inherited from Control) 
LoadViewState (inherited from Control) 
MapPathSecure (inherited from Control) 
MemberwiseClone (inherited from Object) 
OnBubbleEvent (inherited from Control) 
OnDataBinding (inherited from Control) 
OnInit (inherited from Control) 
OnLoad (inherited from Control) 
OnPreRender (inherited from Control) 
OnUnload (inherited from Control) 
OnValueChanged Event for selected node changes.
RaiseBubbleEvent (inherited from Control) 
Render Draws the tree
RenderChildren (inherited from Control) 
SaveViewState (inherited from Control) 
TrackViewState (inherited from Control) 

Protected Internal Instance Methods

AddedControl (inherited from Control) 
RemovedControl (inherited from Control) 

See Also

XTree Class | Eminds.Web Namespace