Skip to main content
A newer version of this page is available. .

TabbedGroup.Clear(Boolean) Method

Removes all tab pages from the TabbedControlGroup.TabPages collection.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public void Clear(
    bool disposeItemAndControls
)

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