BaseDataListDesigner::InvokePropertyBuilder Method (Int32)

 

Invokes a component editor for the associated control.

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

public protected:
void InvokePropertyBuilder(
	int initialPage
)

Parameters

initialPage
Type: System::Int32

The index of the page with which to initialize the component editor.

The InvokePropertyBuilder method creates a DataGridComponentEditor or DataListComponentEditor object, and then invokes the EditComponent method of the component editor.

.NET Framework
Available since 1.1
Return to top
Show: