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

초기 페이지의 인덱스입니다.

추가 정보

적용 대상