Skip to main content
.NET 6.0+

CreateCustomCollectionSourceEventArgs.ObjectType Property

Specifies the type of objects that will be retrieved from the database into the custom Collection Source.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public Type ObjectType { get; }

Property Value

Type Description
Type

The type of objects that will be retrieved from the database into the custom Collection Source.

See Also