Skip to main content
.NET 6.0+

XPInstantFeedbackSource.ObjectType Property

Specifies the persistent class describing the target database table.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[DefaultValue(null)]
public Type ObjectType { get; set; }

Property Value

Type Default Description
Type null

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