TabbedGroup.Clear(Boolean) 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
Parameters
Name | Type | Description |
---|---|---|
disposeItemAndControls | Boolean | true, to release all resources; otherwise false. |
Remarks
The Clear method removes all tab pages (see TabbedGroup.RemoveTabPage) from the TabbedControlGroup.TabPages collection.
See Also