Skip to main content

XPTypeInfo.Attributes Property

Gets the attributes for this type.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public Attribute[] Attributes { get; }

Property Value

Type Description
Attribute[]

An array of Attribute descendants.

Remarks

Use the XPTypeInfo.AddAttribute and XPTypeInfo.RemoveAttribute methods to add attributes to and remove them from the Attributes collection, respectively.

See Also