UnboundSourcePropertyCollection.ClearAndAddRange(IEnumerable<UnboundSourceProperty>) Method
Clears the UnboundSourcePropertyCollection collection and adds the specified items to it.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| properties | IEnumerable<UnboundSourceProperty> | An IEnumerable<UnboundSourceProperty> list of items to be added to the current UnboundSourcePropertyCollection. |
See Also