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

UnboundSourcePropertyCollection(UnboundSource) Constructor

Initializes a new instance of the UnboundSourcePropertyCollection class.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public UnboundSourcePropertyCollection(
    UnboundSource owner
)

Parameters

Name Type Description
owner UnboundSource

An UnboundSource object which owns the UnboundSourcePropertyCollection.

See Also