Mono Class Library: Overview

System.Web.UI.WebControls.TreeView: Members

The members of System.Web.UI.WebControls.TreeView are listed below.

See Also: Inherited members from System.Web.UI.WebControls.HierarchicalDataBoundControl

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

AutoGenerateDataBindingsbool. Documentation for this section has not yet been entered.
[read-only]
CheckedNodesTreeNodeCollection. Documentation for this section has not yet been entered.
CollapseImageToolTipstring. Documentation for this section has not yet been entered.
CollapseImageUrlstring. Documentation for this section has not yet been entered.
[read-only]
DataBindingsTreeNodeBindingCollection. Documentation for this section has not yet been entered.
EnableClientScriptbool. Documentation for this section has not yet been entered.
ExpandDepthint. Documentation for this section has not yet been entered.
ExpandImageToolTipstring. Documentation for this section has not yet been entered.
ExpandImageUrlstring. Documentation for this section has not yet been entered.
[read-only]
HoverNodeStyleStyle. Documentation for this section has not yet been entered.
ImageSetTreeViewImageSet. Documentation for this section has not yet been entered.
[read-only]
LeafNodeStyleTreeNodeStyle. Documentation for this section has not yet been entered.
[read-only]
LevelStylesTreeNodeStyleCollection. Documentation for this section has not yet been entered.
LineImagesFolderstring. Documentation for this section has not yet been entered.
MaxDataBindDepthint. Documentation for this section has not yet been entered.
NodeIndentint. Documentation for this section has not yet been entered.
[read-only]
NodesTreeNodeCollection. Documentation for this section has not yet been entered.
[read-only]
NodeStyleTreeNodeStyle. Documentation for this section has not yet been entered.
NodeWrapbool. Documentation for this section has not yet been entered.
NoExpandImageUrlstring. Documentation for this section has not yet been entered.
[read-only]
ParentNodeStyleTreeNodeStyle. Documentation for this section has not yet been entered.
PathSeparatorchar. Documentation for this section has not yet been entered.
PopulateNodesFromClientbool. Documentation for this section has not yet been entered.
[read-only]
RootNodeStyleTreeNodeStyle. Documentation for this section has not yet been entered.
[read-only]
SelectedNodeTreeNode. Documentation for this section has not yet been entered.
[read-only]
SelectedNodeStyleTreeNodeStyle. Documentation for this section has not yet been entered.
[read-only]
SelectedValuestring. Documentation for this section has not yet been entered.
ShowCheckBoxesTreeNodeTypes. Documentation for this section has not yet been entered.
ShowExpandCollapsebool. Documentation for this section has not yet been entered.
ShowLinesbool. Documentation for this section has not yet been entered.
SkipLinkTextstring. Documentation for this section has not yet been entered.
Targetstring. Documentation for this section has not yet been entered.
override
Visiblebool. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
TagKeySystem.Web.UI.HtmlTextWriterTag. Documentation for this section has not yet been entered.

Public Methods

CollapseAll()
Documentation for this section has not yet been entered.
override
DataBind()
Documentation for this section has not yet been entered.
ExpandAll()
Documentation for this section has not yet been entered.
FindNode(string) : TreeNode
Documentation for this section has not yet been entered.
override
RenderBeginTag(System.Web.UI.HtmlTextWriter)
Documentation for this section has not yet been entered.
override
RenderEndTag(System.Web.UI.HtmlTextWriter)
Documentation for this section has not yet been entered.

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)
Documentation for this section has not yet been entered.
override
CreateControlCollection() : System.Web.UI.ControlCollection
Documentation for this section has not yet been entered.
CreateNode() : TreeNode
Documentation for this section has not yet been entered.
GetCallbackResult() : string
Documentation for this section has not yet been entered.
LoadPostData(string, System.Collections.Specialized.NameValueCollection) : bool
Documentation for this section has not yet been entered.
override
LoadViewState(object)
Documentation for this section has not yet been entered.
override
OnInit(EventArgs)
Documentation for this section has not yet been entered.
override
OnPreRender(EventArgs)
Documentation for this section has not yet been entered.
OnSelectedNodeChanged(EventArgs)
Documentation for this section has not yet been entered.
OnTreeNodeCheckChanged(TreeNodeEventArgs)
Documentation for this section has not yet been entered.
OnTreeNodeCollapsed(TreeNodeEventArgs)
Documentation for this section has not yet been entered.
OnTreeNodeDataBound(TreeNodeEventArgs)
Documentation for this section has not yet been entered.
OnTreeNodeExpanded(TreeNodeEventArgs)
Documentation for this section has not yet been entered.
OnTreeNodePopulate(TreeNodeEventArgs)
Documentation for this section has not yet been entered.
override
PerformDataBinding()
Documentation for this section has not yet been entered.
RaiseCallbackEvent(string)
Documentation for this section has not yet been entered.
RaisePostBackEvent(string)
Documentation for this section has not yet been entered.
RaisePostDataChangedEvent()
Documentation for this section has not yet been entered.
override
RenderContents(System.Web.UI.HtmlTextWriter)
Documentation for this section has not yet been entered.
override
SaveViewState() : object
Documentation for this section has not yet been entered.
SetNodeDataBound(TreeNode, bool)
Documentation for this section has not yet been entered.
SetNodeDataItem(TreeNode, object)
Documentation for this section has not yet been entered.
SetNodeDataPath(TreeNode, string)
Documentation for this section has not yet been entered.
override
TrackViewState()
Documentation for this section has not yet been entered.

Public Events

SelectedNodeChangedDocumentation for this section has not yet been entered.
TreeNodeCheckChangedDocumentation for this section has not yet been entered.
TreeNodeCollapsedDocumentation for this section has not yet been entered.
TreeNodeDataBoundDocumentation for this section has not yet been entered.
TreeNodeExpandedDocumentation for this section has not yet been entered.
TreeNodePopulateDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Web.UI.ICallbackEventHandler.GetCallbackResultDocumentation for this section has not yet been entered.
System.Web.UI.IPostBackDataHandler.LoadPostDataDocumentation for this section has not yet been entered.
System.Web.UI.ICallbackEventHandler.RaiseCallbackEventDocumentation for this section has not yet been entered.
System.Web.UI.IPostBackEventHandler.RaisePostBackEventDocumentation for this section has not yet been entered.
System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEventDocumentation for this section has not yet been entered.