XPInstantFeedbackSource.ObjectType Property
Specifies the persistent class describing the target database table.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
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 Object