Back to Devexpress

XPServerModeView.ObjectType Property

xpo-devexpress-dot-xpo-dot-xpservermodeview-73083dbf.md

latest1.1 KB
Original Source

XPServerModeView.ObjectType Property

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

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public Type ObjectType { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Property ObjectType As Type

Property Value

TypeDefaultDescription
Typenull

The type of items the data source contains.

|

See Also

XPServerModeView Class

XPServerModeView Members

DevExpress.Xpo Namespace