Back to Devexpress

XPServerModeView.ObjectClassInfo Property

xpo-devexpress-dot-xpo-dot-xpservermodeview-148573ff.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[DefaultValue(null)]
public XPClassInfo ObjectClassInfo { get; set; }
vb
<DefaultValue(Nothing)>
Public Property ObjectClassInfo As XPClassInfo

Property Value

TypeDefaultDescription
XPClassInfonull

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

|

See Also

XPServerModeView Class

XPServerModeView Members

DevExpress.Xpo Namespace