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

XPObjectSourcePropertiesCollection(XPObjectSource) Constructor

Initializes a new instance of the XPObjectSourcePropertiesCollection class.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public XPObjectSourcePropertiesCollection(
    XPObjectSource owner
)

Parameters

Name Type Description
owner XPObjectSource

An XPObjectSource object that owns the XPObjectSourcePropertiesCollection collection.

See Also