XPObjectSourcePropertiesCollection.AddRange(XPObjectSourceProperty[]) Method
Adds each element from a specified array to the XPObjectSourcePropertiesCollection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
Name | Type | Description |
---|---|---|
properties | XPObjectSourceProperty[] | An array of XPObjectSourceProperty objects to be added to the current collection. |
See Also