Skip to main content
.NET 6.0+

XPServerModeView Constructors

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