TabbedGroup.Clear() Method
Removes all tab pages from the TabbedControlGroup.TabPages collection.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
The Clear method removes all tab pages (see TabbedGroup.RemoveTabPage) from the TabbedControlGroup.TabPages collection.
See Also