Skip to main content

TabbedGroup.Clear() Method

Removes all tab pages from the TabbedControlGroup.TabPages collection.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void Clear()

Remarks

The Clear method removes all tab pages (see TabbedGroup.RemoveTabPage) from the TabbedControlGroup.TabPages collection.

See Also