Skip to main content
All docs
V25.1
  • .NET 8.0+

    DynamicCollectionBase.ObjectType Property

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

    Namespace: DevExpress.ExpressApp

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