DataListComponentEditor Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.NET