Skip to main content
.NET 6.0+

XPInstantFeedbackView Events

A data source that binds DevExpress grid controls with data tables and allows retrieving data from the server side in InstantFeedback mode.
Name Description
DismissSession Occurs when the XPInstantFeedbackView no longer needs the Session it used to retrieve objects from the data store.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
ResolveSession Occurs when the XPServerModeView requests a Session to retrieve objects from the data store.
See Also