Skip to main content

AnnotationPageTabCollection.Remove(AnnotationPageTab) Method

Removes the tab of the specified type from the collection of hidden tabs.

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public void Remove(
    AnnotationPageTab hiddenTab
)

Parameters

Name Type Description
hiddenTab AnnotationPageTab

An AnnotationPageTab enumeration value, specifying the type of a page tab to be removed from the collection.

Remarks

Note that calling the Remove method also disposes all elements removed from the collection.

See Also