xpo-devexpress-dot-xpo-dot-xpservermodeview-dot-ctor.md
A data source that binds DevExpress grid controls with data tables and allows retrieving data from the server side.
| Name | Parameters | Description |
|---|---|---|
| XPServerModeView() | none | Initializes a new XPServerModeView instance. |
| XPServerModeView(Session, XPClassInfo, CriteriaOperator) | session, objectClassInfo, fixedFilterCriteria | Uses a Session, object type metadata, and filter criteria to initialize a new XPServerModeView instance. |
| XPServerModeView(Session, XPClassInfo) | session, objectClassInfo | Uses a Session and object type metadata to initialize a new XPServerModeView instance. |
| XPServerModeView(Session, Type, CriteriaOperator) | session, objectType, fixedFilterCriteria | Uses a Session, an object type and filter criteria to initialize a new XPServerModeView instance. |
| XPServerModeView(Session, Type) | session, objectType | Uses a Session and object type to initialize a new XPServerModeView instance. |
| XPServerModeView(IContainer) | container | Initializes a new XPServerModeView instance and adds it to a container. |
See Also