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.v24.2.dll

Declaration

public XtraTabPage[] ToArray()

Returns

Type Description
XtraTabPage[]

An array of XtraTabPage objects owned by this XtraTabPageCollection.

See Also