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

    XPServerModeView.ObjectClassInfo Property

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

    Namespace: DevExpress.Xpo

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    [DefaultValue(null)]
    public XPClassInfo ObjectClassInfo { get; set; }

    Property Value

    Type Default Description
    XPClassInfo null

    Metadata that relates to the type of items the target data table contains.

    See Also