XPObjectSourcePropertiesCollection Class
In This Article
A collection of XPObjectSourceProperty objects.
Namespace: DevExpress.Xpo
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
[ListBindable(BindableSupport.No)]
public sealed class XPObjectSourcePropertiesCollection :
CollectionBase
#Related API Members
The following members return XPObjectSourcePropertiesCollection objects:
#Remarks
You can pass an XPObjectSourcePropertiesCollection object to the XPObjectSource.Properties property.
#Inheritance
Object
CollectionBase
XPObjectSourcePropertiesCollection
See Also