XPInstantFeedbackSource(IContainer) Constructor
Initializes a new instance of the XPInstantFeedbackSource class and adds it to a form’s container.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
container | IContainer | An IContainer object, which is the owner container of the created XPInstantFeedbackSource instance. |
See Also