Skip to main content

XtraTabPageCollection.ToArray() Method

Copies all XtraTabPage items contained within this XtraTabPageCollection to a separate array.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public XtraTabPage[] ToArray()

Returns

Type Description
XtraTabPage[]

An array of XtraTabPage objects owned by this XtraTabPageCollection.

See Also