Skip to main content
.NET 6.0+

DynamicCollectionBase.ObjectType Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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