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

ParametersViewInfo.Data Property

Gets a collection of parameters displayed on a wizard page.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public ParameterInfo[] Data { get; }

Property Value

Type Description
ParameterInfo[]

An array of ParameterInfo objects specifying parameter settings.

See Also