XtraTabPageCollection.AddRange(XtraTabPage[]) Method
Appends an array of XtraTabPage objects to the collection.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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