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

ObjectMember.Attributes Property

Obtains a collection of attributes assigned to a member.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public IEnumerable<Attribute> Attributes { get; }

Property Value

Type Description
IEnumerable<Attribute>

A collection of Attribute values.

See Also