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

UnboundSourcePropertyCollection.Add(UnboundSourcePropertyCollection) Method

Adds the specified items to the UnboundSourcePropertyCollection collection.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v18.2.dll

Declaration

public void Add(
    UnboundSourcePropertyCollection properties
)

Parameters

Name Type Description
properties UnboundSourcePropertyCollection

An UnboundSourcePropertyCollection list of items to be added to the current UnboundSourcePropertyCollection.

See Also