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

DataPageTabCollection.AddRange(DataPageTab[]) Method

Appends an array of page tabs of the specified type to the current collection of hidden page tabs.

Namespace: DevExpress.XtraCharts.Wizard

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

Declaration

public void AddRange(
    DataPageTab[] hiddenTabs
)

Parameters

Name Type Description
hiddenTabs DataPageTab[]

An array of DataPageTab enumeration values, which specify page tabs to append to the collection.

Remarks

The page tabs added to this collection will be hidden in the Chart Wizard.

See Also