Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSourcePropertiesCollection.AddRange(XPObjectSourceProperty[]) Method

Adds each element from a specified array to the XPObjectSourcePropertiesCollection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public void AddRange(
    XPObjectSourceProperty[] properties
)

Parameters

Name Type Description
properties XPObjectSourceProperty[]

An array of XPObjectSourceProperty objects to be added to the current collection.

See Also