UnboundSourcePropertyCollection.ClearAndAddRange(IEnumerable<UnboundSourceProperty>) Method
Clears the UnboundSourcePropertyCollection collection and adds the specified items to it.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.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