Skip to main content
.NET Framework 4.6.2+

XPObjectSourcePropertiesCollection.Add(XPObjectSourceProperty) Method

Adds the specified property to the XPObjectSourcePropertiesCollection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v24.2.dll

Declaration

public void Add(
    XPObjectSourceProperty property
)

Parameters

Name Type Description
property XPObjectSourceProperty

A property to be added.

See Also