ObjectMember.Attributes Property
Obtains a collection of attributes assigned to a member.
Namespace: DevExpress.DataAccess.ObjectBinding
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<Attribute> | A collection of Attribute values. |
See Also