Skip to main content

XtraTabPageCollection.AddRange(XtraTabPage[]) Method

Appends an array of XtraTabPage objects to the collection.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void AddRange(
    XtraTabPage[] pages
)

Parameters

Name Type Description
pages XtraTabPage[]

An array of XtraTabPage objects to append to the collection.

Remarks

The AddRange method adds the tab pages passed in the array to the end of the collection in the same order that they have in the specified array.

See Also