Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DynamicCollectionBase.ObjectType Property

Returns the type of objects that the Objects collection can contain.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public Type ObjectType { get; }

Property Value

Type Description
Type

A type of objects that the Objects collection can contain.

See Also