xpo-devexpress-dot-xpo-210f3c68.md
A data source that binds DevExpress grid controls with data tables and allows retrieving data from the server side in InstantFeedback mode.
Namespace : DevExpress.Xpo
Assembly : DevExpress.Xpo.v25.2.dll
NuGet Package : DevExpress.Xpo
public class XPInstantFeedbackView :
Component,
IListSource,
IXPClassInfoProvider,
IXPDictionaryProvider,
IDXCloneable
Public Class XPInstantFeedbackView
Inherits Component
Implements IListSource,
IXPClassInfoProvider,
IXPDictionaryProvider,
IDXCloneable
Use the XPInstantFeedbackView component to work with DevExpress grid controls in instant feedback mode. The component combines the advantages and features of XPInstantFeedbackSource and XPView.
The XPInstantFeedbackView is a read-only data source. To enable data editing in server mode, use the XPServerCollectionSource with the XPServerCollectionSource.AllowEdit property set to true.
XPInstantFeedbackView ships with the following capabilities:
The following examples demonstrate how to work with XPInstantFeedbackView :
Object MarshalByRefObject Component XPInstantFeedbackView
See Also