Skip to main content
.NET 6.0+

XPObjectSourcePropertiesCollection(XPObjectSource) Constructor

Initializes a new instance of the XPObjectSourcePropertiesCollection class.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public XPObjectSourcePropertiesCollection(
    XPObjectSource owner
)

Parameters

Name Type Description
owner XPObjectSource

An XPObjectSource object that owns the XPObjectSourcePropertiesCollection collection.

See Also