TabFormControlBase.Pages Property
In This Article
Provides access to the collection of tabs.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
For the TabFormPage objects to be displayed in the TabForm, they should be added to the Pages collection. The TabFormControlBase.PageCollectionChanged event fires when the collection has been changed.
To add a new page in code, you can call the TabFormControlBase.AddNewPage method. At run time, end-users can click the built-in Add button (see TabFormControlBase.ShowAddPageButton).
See Also