Skip to main content

AssemblyViewInfo.Priority Property

Gets the assembly priority defining the position in which the assembly is displayed on a wizard page.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public int Priority { get; }

Property Value

Type Description
Int32

An integer value specifying the assembly priority.

Remarks

The Priority property defines in which order available assemblies are displayed on a wizard page. An assembly with the highest priority is located at the top of the list.

See Also