Skip to main content
A newer version of this page is available. .

XPObjectSourcePropertiesCollection Class

A collection of XPObjectSourceProperty objects.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

[ListBindable(BindableSupport.No)]
public sealed class XPObjectSourcePropertiesCollection :
    CollectionBase

The following members return XPObjectSourcePropertiesCollection objects:

Remarks

You can pass an XPObjectSourcePropertiesCollection object to the XPObjectSource.Properties property.

Inheritance

Object
CollectionBase
XPObjectSourcePropertiesCollection
See Also