XPServerModeView.ObjectClassInfo Property
In This Article
Gets or sets the XPClassInfo that describes the type of items the target data table contains.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
[DefaultValue(null)]
public XPClassInfo ObjectClassInfo { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
XPClass |
null | Metadata that relates to the type of items the target data table contains. |
See Also