Skip to main content

ConstructorViewInfo(Boolean, ParametersViewInfo) Constructor

Initializes a new instance of the ConstructorViewInfo 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 ConstructorViewInfo(
    bool highlighted,
    ParametersViewInfo parameters
)

Parameters

Name Type Description
highlighted Boolean

Specifies whether a constructor is highlighted. This value is assigned to the ConstructorViewInfo.Highlighted property.

parameters ParametersViewInfo

An object containing the settings of constructor parameters. These values are assigned to the ConstructorViewInfo.Parameters property.

See Also