AssemblyViewInfo(Boolean, String, Version) Constructor
Creates a new instance of the AssemblyViewInfo class with the specified settings.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| highlighted | Boolean | A value specifying whether an assembly is highlighted. This value is assigned to the AssemblyViewInfo.Highlighted property. |
| name | String | A string specifying the assembly name. This value is assigned to the AssemblyViewInfo.Name property. |
| version | Version | The version number of an assembly. This value is assigned to the AssemblyViewInfo.Version property. |
See Also