Skip to main content
.NET 6.0+

XPObjectSourcePropertiesCollection.Add(XPObjectSourceProperty) Method

Adds the specified property to the XPObjectSourcePropertiesCollection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public void Add(
    XPObjectSourceProperty property
)

Parameters

Name Type Description
property XPObjectSourceProperty

A property to be added.

See Also