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

XPObjectSourcePropertiesCollection(XPObjectSource) Constructor

Initializes a new instance of the XPObjectSourcePropertiesCollection class.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public XPObjectSourcePropertiesCollection(
    XPObjectSource owner
)

Parameters

Name Type Description
owner XPObjectSource

An XPObjectSource object that owns the XPObjectSourcePropertiesCollection collection.

See Also