DataListComponentEditor Constructors

Definition

Initializes a new instance of the DataListComponentEditor class.

Overloads

DataListComponentEditor()

Initializes a new instance of the DataListComponentEditor class.

DataListComponentEditor(Int32)

Initializes a new instance of the DataListComponentEditor class, and sets its initial page to the specified index.

DataListComponentEditor()

Initializes a new instance of the DataListComponentEditor class.

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

See also

Applies to

DataListComponentEditor(Int32)

Initializes a new instance of the DataListComponentEditor class, and sets its initial page to the specified index.

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)

Parameters

initialPage
Int32

The index of the initial page.

See also

Applies to