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

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.v19.1.dll

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