CreateCustomPropertyCollectionSourceEventArgs.ObjectSpace Property
In This Article
Specifies an Object Space to be used by the custom Collection Source.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public IObjectSpace ObjectSpace { get; }
#Property Value
Type | Description |
---|---|
IObject |
An IObject |
See Also