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

ConstructorViewInfo.Highlighted Property

Gets whether a constructor is highlighted using the HighlightedMemberAttribute.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public bool Highlighted { get; }

Property Value

Type Description
Boolean

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

See Also