System.Web.UI.HierarchicalDataSourceControl Members

The members of System.Web.UI.HierarchicalDataSourceControl are listed below.

See Also: Inherited members from System.Web.UI.Control

Protected Constructors

Public Properties

override
EnableThemingbool.

Gets a value indicating whether this control supports themes.

override
SkinIDstring.

Gets or sets the skin to apply to the System.Web.UI.HierarchicalDataSourceControl control.

override
Visiblebool.

Gets or sets a value indicating whether the control is visually displayed.

Public Methods

override
FindControl(string) : Control

Searches the current naming container for a server control with the specified id parameter.

override
Focus()

Sets input focus to the control.

override
HasControls() : bool

Determines if the server control contains any child controls.

override
RenderControl(HtmlTextWriter)
Documentation for this section has not yet been entered.

Protected Methods

override
CreateControlCollection() : ControlCollection

Creates a new System.Web.UI.ControlCollection object to hold the child controls (both literal and server) of the server control.

abstract
GetHierarchicalView(string) : HierarchicalDataSourceView

Gets the view helper object for the System.Web.UI.IHierarchicalDataSource interface for the specified path.

OnDataSourceChanged(EventArgs)

Raises the IHierarchicalDataSource.DataSourceChanged event.

Explicitly Implemented Interface Members

System.Web.UI.IHierarchicalDataSource.GetHierarchicalView

Gets the view helper object for the System.Web.UI.IHierarchicalDataSource interface for the specified path.