Skip to main content

ObjectMember.Attributes Property

Obtains a collection of attributes assigned to a member.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public IEnumerable<Attribute> Attributes { get; }

Property Value

Type Description
IEnumerable<Attribute>

A collection of Attribute values.

See Also