Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public IEnumerable ObjectProperties { get; }

Property Value

Type Description
IEnumerable

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

See Also