XPClassInfo.OwnMembers Property
In This Article
Gets a collection of XPMemberInfo objects that provide metadata information on all the members owned by the class.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public abstract ICollection<XPMemberInfo> OwnMembers { get; }
#Property Value
Type | Description |
---|---|
ICollection<XPMember |
An array of XPMember |
See Also