Skip to main content
A newer version of this page is available. .

TypeViewInfo.Highlighted Property

Gets whether a type is highlighted using the HighlightedClassAttribute.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public bool Highlighted { get; }

Property Value

Type Description
Boolean

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

See Also