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

ObjectMember.Highlighted Property

Indicates whether or not the HighlightedMemberAttribute is assigned to a method.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public bool Highlighted { get; }

Property Value

Type Description
Boolean

true, if the HighlightedMemberAttribute attribute is assigned to a method; otherwise, false.

See Also