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

UnboundSourcePropertyCollection.ClearAndAddRange(IEnumerable<UnboundSourceProperty>) Method

Clears the UnboundSourcePropertyCollection collection and adds the specified items to it.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v18.2.dll

Declaration

public void ClearAndAddRange(
    IEnumerable<UnboundSourceProperty> properties
)

Parameters

Name Type Description
properties IEnumerable<UnboundSourceProperty>

An IEnumerable<UnboundSourceProperty> list of items to be added to the current UnboundSourcePropertyCollection.

See Also