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

UnboundSourcePropertyCollection.Add(UnboundSourceProperty) Method

Adds the specified item to the UnboundSourcePropertyCollection collection.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v18.2.dll

Declaration

public void Add(
    UnboundSourceProperty property
)

Parameters

Name Type Description
property UnboundSourceProperty

An UnboundSourceProperty item to be added to the current UnboundSourcePropertyCollection.

See Also