XtraTabPageCollection.ToArray() Method
Copies all XtraTabPage items contained within this XtraTabPageCollection to a separate array.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v26.1.dll
Declaration
Returns
| Type | Description |
|---|---|
| XtraTabPage[] | An array of XtraTabPage objects owned by this XtraTabPageCollection. |
See Also