XPTypeInfo.Attributes Property
Gets the attributes for this type.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Remarks
Use the XPTypeInfo.AddAttribute and XPTypeInfo.RemoveAttribute methods to add attributes to and remove them from the Attributes collection, respectively.
See Also