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

XPObjectSourcePropertiesCollection.Add(XPObjectSourceProperty) Method

Adds the specified property to the XPObjectSourcePropertiesCollection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public void Add(
    XPObjectSourceProperty property
)

Parameters

Name Type Description
property XPObjectSourceProperty

A property to be added.

See Also