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

XtraTabPageCollection.Clear(Boolean) Method

Removes all objects from the XtraTabPageCollection instance.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public virtual void Clear(
    bool destroyPages
)

Parameters

Name Type Description
destroyPages Boolean

true, to release all resources used by the tab pages; otherwise, false.

See Also