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