XPServerModeView Events
A data source that binds DevExpress grid controls with data tables and allows retrieving data from the server side.| Name | Description |
|---|---|
| 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. |
| ServerExceptionThrown | Occurs when a data server throws an exception. |
See Also