System.Web.UI.Design.WebControls.BaseDataListDesigner Class

Provides a base class for components that provide design-time support in a designer host for Web server controls that are derived from the System.Web.UI.WebControls.BaseDataList class.

See Also: BaseDataListDesigner Members

Syntax

public abstract class BaseDataListDesigner : System.Web.UI.Design.TemplatedControlDesigner, System.Web.UI.Design.IDataSourceProvider

Remarks

In a designer host, when the user switches from Source to Design view, the markup source code that describes a control derived from the System.Web.UI.WebControls.BaseDataList abstract class is parsed and a design-time version of the control is created on the design surface. When the user switches back to Source view, the design-time control is persisted to markup source code and edited into the markup for the Web page. The System.Web.UI.Design.WebControls.BaseDataListDesigner abstract class serves as a base class for components that provide design-time support for controls that are derived from the System.Web.UI.WebControls.BaseDataList in a designer host.

The System.Web.UI.Design.WebControls.BaseDataListDesigner class properties provide the following functionality:

The BaseDataListDesigner.ActionLists property returns a System.ComponentModel.Design.DesignerActionListCollection object, which typically contains an object that is derived from the System.ComponentModel.Design.DesignerActionList class for each level in the inheritance tree of the designer.

The System.Web.UI.Design.WebControls.BaseDataListDesigner class methods provide the following functionality:

Requirements

Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0