Skip to main content
All docs
V26.1
  • .NET 8.0+

    XPInstantFeedbackView Constructors

    A data source that binds DevExpress grid controls with data tables and allows retrieving data from the server side in InstantFeedback mode.
    Name Parameters Description
    XPInstantFeedbackView() none Initializes a new XPInstantFeedbackView instance.
    XPInstantFeedbackView(XPClassInfo, ServerViewProperty[], CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>) classInfo, properties, fixedCriteria, resolveSession, dismissSession Uses specified settings to initialize a new XPInstantFeedbackView instance for a specified persistent class.
    XPInstantFeedbackView(XPClassInfo, ServerViewProperty[], CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>) classInfo, properties, fixedCriteria, resolveSession, dismissSession Initializes a new XPInstantFeedbackView instance for a specified persistent class, and assigns specified settings to this instance.
    XPInstantFeedbackView(XPClassInfo, ServerViewProperty[], CriteriaOperator) classInfo, properties, fixedCriteria Uses specified settings to initialize a new XPInstantFeedbackView instance for a specified persistent class.
    XPInstantFeedbackView(XPClassInfo) classInfo Initializes a new XPInstantFeedbackView instance that is assigned object type metadata.
    XPInstantFeedbackView(IContainer, IServiceProvider) container, serviceProvider Initializes a new instance of the XPInstantFeedbackView class with specified settings.
    XPInstantFeedbackView(IContainer) container Initializes a new XPInstantFeedbackView instance and adds it to a container.
    XPInstantFeedbackView(IServiceProvider) serviceProvider Initializes a new instance of the XPInstantFeedbackView class with specified settings.
    XPInstantFeedbackView(String, String, ServerViewProperty[], CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>) assemblyName, typeName, properties, fixedCriteria, resolveSession, dismissSession Initializes a new XPInstantFeedbackView instance for a specified persistent class, and assigns specified settings to this instance.
    XPInstantFeedbackView(String, String, ServerViewProperty[], CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>) assemblyName, typeName, properties, fixedCriteria, resolveSession, dismissSession Uses specified settings to initialize a new XPInstantFeedbackView instance for a specified persistent class.
    XPInstantFeedbackView(String, String, ServerViewProperty[], CriteriaOperator) assemblyName, typeName, properties, fixedCriteria Uses specified settings to initialize a new XPInstantFeedbackView instance for a specified persistent class.
    XPInstantFeedbackView(String, String) assemblyName, typeName Initializes a new XPInstantFeedbackView instance for a specified persistent class.
    XPInstantFeedbackView(Type, ServerViewProperty[], CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>) objectType, properties, fixedCriteria, resolveSession, dismissSession Initializes a new XPInstantFeedbackView instance that has specified settings.
    XPInstantFeedbackView(Type, ServerViewProperty[], CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>) objectType, properties, fixedCriteria, resolveSession, dismissSession Initializes a new XPInstantFeedbackView instance that has specified settings.
    XPInstantFeedbackView(Type, ServerViewProperty[], CriteriaOperator) objectType, properties, fixedCriteria Initializes a new XPInstantFeedbackView instance that has specified settings.
    XPInstantFeedbackView(Type) objectType Initializes a new XPInstantFeedbackView instance for a specified object type.
    See Also