Back to Devexpress

XPObjectSource.Properties Property

xpo-devexpress-dot-xpo-dot-xpobjectsource-af7c4bec.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public XPObjectSourcePropertiesCollection Properties { get; }
vb
Public ReadOnly Property Properties As XPObjectSourcePropertiesCollection

Property Value

TypeDescription
XPObjectSourcePropertiesCollection

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

|

See Also

XPObjectSource Class

XPObjectSource Members

DevExpress.Xpo Namespace