Skip to main content

AssemblyViewInfo.Highlighted Property

Gets whether an assembly is highlighted using the HighlightedAssemblyAttribute.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public bool Highlighted { get; }

Property Value

Type Description
Boolean

true, if the assembly is highlighted; otherwise, false.

See Also