XPInstantFeedbackSource.ObjectType Property
Specifies the persistent class describing the target database table.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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.