Поделиться через


DataGridComponentEditor Конструкторы

Определение

Инициализирует новый экземпляр класса DataGridComponentEditor.

Перегрузки

DataGridComponentEditor()

Инициализирует новый экземпляр класса DataGridComponentEditor и задает для его первой страницы значение "0".

DataGridComponentEditor(Int32)

Инициализирует новый экземпляр класса DataGridComponentEditor и задает для его первой страницы указанный индекс.

DataGridComponentEditor()

Инициализирует новый экземпляр класса DataGridComponentEditor и задает для его первой страницы значение "0".

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

Применяется к

DataGridComponentEditor(Int32)

Инициализирует новый экземпляр класса DataGridComponentEditor и задает для его первой страницы указанный индекс.

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)

Параметры

initialPage
Int32

Индекс первой страницы.

Применяется к