Skip to main content
.NET 6.0+

XPInstantFeedbackView(Type) Constructor

Initializes a new XPInstantFeedbackView instance for a specified object type.

Namespace: DevExpress.Xpo

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