NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridComponentEditor.GetComponentEditorPages

Gets the set of all pages in the DataGrid.

[Visual Basic]
Overrides Protected Function GetComponentEditorPages() As Type ()
[C#]
protected override Type[] GetComponentEditorPages();
[C++]
protected: override 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 may be overridden to change the set of pages to show.

See Also

DataGridComponentEditor Class | DataGridComponentEditor Members | System.Web.UI.Design.WebControls Namespace | BaseComponentEditor