Skip to main content
All docs
V26.1
  • .NET Framework 4.6.2+

    XPBindingSource.ObjectType Property

    Gets or sets the type of items the data source contains.

    Namespace: DevExpress.Xpo

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    [Browsable(false)]
    public Type ObjectType { get; set; }

    Property Value

    Type Description
    Type

    A type of items the data source contains.

    Remarks

    Refer to the DataSource article for information on data sources and related limitations.

    See Also