AssemblyViewInfo(Boolean, String, Version, Int32) Constructor
Creates a new instance of the AssemblyViewInfo 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 | 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. |
priority | Int32 | An assembly priority. This value is assigned to the AssemblyViewInfo.Priority property. |