TabPageCollection.Add(TabPage) Method
Adds the specified tab page to the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
tabPage | TabPage | A TabPage object to add to the collection. |
Remarks
Use the Add method to append an existing tab page specified by the tabPage parameter to the end of the current collection.
As an alternative, you can insert a TabPage object in the collection at a specific index by using the TabPageCollection.Insert method.
See Also
Feedback