XtraTabPageCollection(XtraTabControl) Constructor
Initializes a new instance of the XtraTabPageCollection class with the specified owner.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
tabControl | XtraTabControl | An XtraTabControl object or descendant which represents the tab control that will own the new page collection. This value is assigned to the XtraTabPageCollection.TabControl property. |
See Also