Skip to main content
.NET 8.0+

XPInstantFeedbackView(Type) Constructor

In This Article

Initializes a new XPInstantFeedbackView instance for a specified object type.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public XPInstantFeedbackView(
    Type objectType
)

#Parameters

Name Type Description
objectType Type

A persistent type. This value is assigned to the ObjectType property.

See Also