Skip to main content

UnboundSourcePropertyCollection(UnboundSource) Constructor

Initializes a new instance of the UnboundSourcePropertyCollection class.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public UnboundSourcePropertyCollection(
    UnboundSource owner
)

Parameters

Name Type Description
owner UnboundSource

An UnboundSource object which owns the UnboundSourcePropertyCollection.

See Also