Back to Devexpress

XPInstantFeedbackSource.ObjectType Property

xpo-devexpress-dot-xpo-dot-xpinstantfeedbacksource.md

latest1.7 KB
Original Source

XPInstantFeedbackSource.ObjectType Property

Specifies the persistent class describing the target database table.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

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

Property Value

TypeDefaultDescription
Typenull

A Type object that specifies the type of a persistent class describing the target database table.

|

Remarks

This property is initialized via the objectType parameter of the XPInstantFeedback constructor. You can also manually initialize this property, but only before the XPInstantFeedback is assigned to a control. After that, do not change the ObjectType property value.

Note

Assign the ObjectType property before binding the XPInstantFeedbackSource to the GridControl or SearchLookUpEdit. Once bound, changing this property throws an exception.

See Also

XPInstantFeedbackSource Class

XPInstantFeedbackSource Members

DevExpress.Xpo Namespace