Skip to main content
.NET 8.0+

XPInstantFeedbackSource() Constructor

In This Article

Creates a new instance of the XPInstantFeedbackSource.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public XPInstantFeedbackSource()

#Remarks

When using this constructor, make sure that the XPInstantFeedbackSource.ObjectType property is initialized before the XPInstantFeedbackSource is assigned to a control.

See Also