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

Declaration

public UnboundSourcePropertyCollection(
    UnboundSource owner
)

Parameters

Name Type Description
owner UnboundSource

An UnboundSource object which owns the UnboundSourcePropertyCollection.

See Also