Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

XPObjectSourcePropertiesCollection Class

A collection of XPObjectSourceProperty objects.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.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