Skip to main content
.NET 6.0+

XPInstantFeedbackSource() Constructor

Creates a new instance of the XPInstantFeedbackSource.

Namespace: DevExpress.Xpo

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