Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSource.Properties Property

Specifies the list of persistent class’ properties loaded by XPObjectSource. When the list is not emply, only the listed properties are loaded. Otherwise, XPObjectSource loads all properties of the class specified by XPObjectSource.EntityType.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPObjectSourcePropertiesCollection Properties { get; }

Property Value

Type Description
XPObjectSourcePropertiesCollection

An XPObjectSourcePropertiesCollection object specifying the list of persistent class’ properties.

See Also