Skip to main content

XtraTabPageCollection.Clear(Boolean) Method

Removes all objects from the XtraTabPageCollection instance.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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