Skip to main content
A newer version of this page is available. .

XtraTabPageCollection.ToArray() Method

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

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public XtraTabPage[] ToArray()

Returns

Type Description
XtraTabPage[]

An array of XtraTabPage objects owned by this XtraTabPageCollection.

See Also