Skip to main content
A newer version of this page is available. .

BeforeFillEventArgs.ConstructorInfo Property

Returns an object providing access to constructor parameters of an ObjectDataSource.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public ObjectConstructorInfo ConstructorInfo { get; }

Property Value

Type Description
ObjectConstructorInfo

An ObjectConstructorInfo value.

See Also