ConstructorViewInfo(Boolean, ParametersViewInfo) Constructor
Initializes a new instance of the ConstructorViewInfo class with the specified settings.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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