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