Skip to main content
.NET 6.0+

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.DataAccess.v23.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public XPObjectSourcePropertiesCollection Properties { get; }

Property Value

Type Description
XPObjectSourcePropertiesCollection

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

See Also