Back to Devexpress

XPClassInfo.ObjectProperties Property

xpo-devexpress-dot-xpo-dot-metadata-dot-xpclassinfo-da3482f8.md

latest1.5 KB
Original Source

XPClassInfo.ObjectProperties Property

Returns the IEnumerable interface which populates XPMemberInfo objects for properties with the IXPSimpleObject interface declaration.

Namespace : DevExpress.Xpo.Metadata

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public IEnumerable ObjectProperties { get; }
vb
Public ReadOnly Property ObjectProperties As IEnumerable

Property Value

TypeDescription
IEnumerable

The IEnumerable interface which populates XPMemberInfo objects for properties with the IXPSimpleObject interface declaration.

|

See Also

XPClassInfo Class

XPClassInfo Members

DevExpress.Xpo.Metadata Namespace