DataListComponentEditor 构造函数

定义

初始化 DataListComponentEditor 类的新实例。

重载

DataListComponentEditor()

初始化 DataListComponentEditor 类的新实例。

DataListComponentEditor(Int32)

初始化 DataListComponentEditor 类的新实例,并将其初始页设置为指定索引。

DataListComponentEditor()

初始化 DataListComponentEditor 类的新实例。

public:
 DataListComponentEditor();
public DataListComponentEditor ();
Public Sub New ()

另请参阅

适用于

DataListComponentEditor(Int32)

初始化 DataListComponentEditor 类的新实例,并将其初始页设置为指定索引。

public:
 DataListComponentEditor(int initialPage);
public DataListComponentEditor (int initialPage);
new System.Web.UI.Design.WebControls.DataListComponentEditor : int -> System.Web.UI.Design.WebControls.DataListComponentEditor
Public Sub New (initialPage As Integer)

参数

initialPage
Int32

初始页的索引。

另请参阅

适用于