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

    XPServerModeView.ObjectType Property

    Gets or sets the type of items the target data table contains.

    Namespace: DevExpress.Xpo

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

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

    Property Value

    Type Default Description
    Type null

    The type of items the data source contains.

    See Also