Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPInstantFeedbackSource() Constructor

Creates a new instance of the XPInstantFeedbackSource.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.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