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