Skip to main content

AssemblyViewInfo.Version Property

Gets the version number of an assembly.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public Version Version { get; }

Property Value

Type Description
Version

A Version object specifying the version number of the assembly.

See Also