Skip to main content

ParametersViewInfo(ParameterInfo[]) Constructor

Initializes a new instance of the ParametersViewInfo class with the specified settings.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public ParametersViewInfo(
    ParameterInfo[] data
)

Parameters

Name Type Description
data ParameterInfo[]

A collection of parameters displayed on a wizard page. This value is assigned to the ParametersViewInfo.Data property.

See Also