BaseDataListComponentEditor.GetInitialComponentEditorPageIndex Method

Definition

Gets the index of the initial page to display in the component editor.

protected:
 override int GetInitialComponentEditorPageIndex();
protected override int GetInitialComponentEditorPageIndex ();
override this.GetInitialComponentEditorPageIndex : unit -> int
Protected Overrides Function GetInitialComponentEditorPageIndex () As Integer

Returns

The index of the initial page in the array.

Remarks

The initial page is specified when the BaseDataListComponentEditor object is created.

Applies to

See also