BaseDataListComponentEditor Constructor (Int32)

 

Initializes a new instance of the BaseDataListComponentEditor class.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public:
BaseDataListComponentEditor(
	int initialPage
)

Parameters

initialPage
Type: System::Int32

The index in the array of page control types, of the initial page to display.

A designer that is derived from the BaseDataListDesigner class creates a component editor that is derived from the BaseDataListComponentEditor class, when the user selects Property Builder from the context menu within the designer.

.NET Framework
Available since 1.1
Return to top
Show: