DataGridComponentEditor Constructors

Definition

Initializes a new instance of the DataGridComponentEditor class.

Overloads

DataGridComponentEditor()

Initializes a new instance of the DataGridComponentEditor class and sets its initial page to 0.

DataGridComponentEditor(Int32)

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

DataGridComponentEditor()

Initializes a new instance of the DataGridComponentEditor class and sets its initial page to 0.

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

Applies to

DataGridComponentEditor(Int32)

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

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

Parameters

initialPage
Int32

The index of the initial page.

Applies to