Back to Devexpress

XPInstantFeedbackView(IContainer) Constructor

xpo-devexpress-dot-xpo-dot-xpinstantfeedbackview-dot-ctor-x28-system-dot-componentmodel-dot-icontainer-x29.md

latest1.3 KB
Original Source

XPInstantFeedbackView(IContainer) Constructor

Initializes a new XPInstantFeedbackView instance and adds it to a container.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPInstantFeedbackView(
    IContainer container
)
vb
Public Sub New(
    container As IContainer
)

Parameters

NameTypeDescription
containerIContainer

A container that is the owner of the created XPInstantFeedbackView.

|

See Also

XPInstantFeedbackView Class

XPInstantFeedbackView Members

DevExpress.Xpo Namespace