Back to Devexpress

XPInstantFeedbackView(Type) Constructor

xpo-devexpress-dot-xpo-dot-xpinstantfeedbackview-dot-ctor-x28-system-dot-type-x29.md

latest1.2 KB
Original Source

XPInstantFeedbackView(Type) Constructor

Initializes a new XPInstantFeedbackView instance for a specified object type.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPInstantFeedbackView(
    Type objectType
)
vb
Public Sub New(
    objectType As Type
)

Parameters

NameTypeDescription
objectTypeType

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

|

See Also

XPInstantFeedbackView Class

XPInstantFeedbackView Members

DevExpress.Xpo Namespace