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

XPInstantFeedbackView(Type) Constructor

Initializes a new XPInstantFeedbackView instance for a specified object type.

Namespace: DevExpress.Xpo

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