BeforeFillEventArgs.ConstructorInfo Property
In This Article
Returns an object providing access to constructor parameters of an ObjectDataSource.
Namespace: DevExpress.DataAccess.ObjectBinding
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public ObjectConstructorInfo ConstructorInfo { get; }
#Property Value
Type | Description |
---|---|
Object |
An Object |
See Also