Skip to main content

UnboundSourcePropertyCollection.Add(UnboundSourcePropertyCollection) Method

Adds the specified items to the UnboundSourcePropertyCollection collection.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

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