This documentation is archived and is not being maintained.

DataGridComponentEditor.GetComponentEditorPages Method

Gets the component editor pages shown for the DataGrid control in its associated ComponentEditor.

[Visual Basic]
Overrides Protected Function GetComponentEditorPages() As Type()
[C#]
protected override Type[] GetComponentEditorPages();
[C++]
protected: Type* GetComponentEditorPages() [];
[JScript]
protected override function GetComponentEditorPages() : Type[];

Return Value

An array consisting of the set of component editor pages.

Remarks

Notes to Inheritors:  This method can be overridden to change the set of pages to show.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

DataGridComponentEditor Class | DataGridComponentEditor Members | System.Web.UI.Design.WebControls Namespace | ComponentEditor | DataGrid

Show: