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[];
An array consisting of the set of component editor pages.
Notes to Inheritors: This method may be overridden to change the set of pages to show.
DataGridComponentEditor Class | DataGridComponentEditor Members | System.Web.UI.Design.WebControls Namespace | BaseComponentEditor