Back to Devexpress

XPInstantFeedbackView(Type, ServerViewProperty[], CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>) Constructor

xpo-devexpress-dot-xpo-dot-xpinstantfeedbackview-dot-h-l-c-l.md

latest3.1 KB
Original Source

XPInstantFeedbackView(Type, ServerViewProperty[], CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>) Constructor

Initializes a new XPInstantFeedbackView instance that has specified settings.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPInstantFeedbackView(
    Type objectType,
    ServerViewProperty[] properties,
    CriteriaOperator fixedCriteria,
    EventHandler<ResolveSessionEventArgs> resolveSession,
    EventHandler<ResolveSessionEventArgs> dismissSession
)
vb
Public Sub New(
    objectType As Type,
    properties As ServerViewProperty(),
    fixedCriteria As CriteriaOperator,
    resolveSession As EventHandler(Of ResolveSessionEventArgs),
    dismissSession As EventHandler(Of ResolveSessionEventArgs)
)

Parameters

NameTypeDescription
objectTypeType

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

| | properties | ServerViewProperty[] |

An array of ServerViewProperty objects that specifies property names to be loaded from the data store.

| | fixedCriteria | CriteriaOperator |

A filter expression to be applied to data on the data store side.

| | resolveSession | EventHandler<ResolveSessionEventArgs> |

A delegate that is attached to the ResolveSession event.

| | dismissSession | EventHandler<ResolveSessionEventArgs> |

A delegate that is attached to the DismissSession event.

|

See Also

XPInstantFeedbackView Class

XPInstantFeedbackView Members

DevExpress.Xpo Namespace