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

XPObjectSourcePropertiesCollection Class

A collection of XPObjectSourceProperty objects.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

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

Remarks

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

Inheritance

Object
CollectionBase
XPObjectSourcePropertiesCollection
See Also