Back to Devexpress

XPServerModeView Constructors

xpo-devexpress-dot-xpo-dot-xpservermodeview-dot-ctor.md

latest2.4 KB
Original Source

XPServerModeView Constructors

A data source that binds DevExpress grid controls with data tables and allows retrieving data from the server side.

NameParametersDescription
XPServerModeView()noneInitializes a new XPServerModeView instance.
XPServerModeView(Session, XPClassInfo, CriteriaOperator)session, objectClassInfo, fixedFilterCriteriaUses a Session, object type metadata, and filter criteria to initialize a new XPServerModeView instance.
XPServerModeView(Session, XPClassInfo)session, objectClassInfoUses a Session and object type metadata to initialize a new XPServerModeView instance.
XPServerModeView(Session, Type, CriteriaOperator)session, objectType, fixedFilterCriteriaUses a Session, an object type and filter criteria to initialize a new XPServerModeView instance.
XPServerModeView(Session, Type)session, objectTypeUses a Session and object type to initialize a new XPServerModeView instance.
XPServerModeView(IContainer)containerInitializes a new XPServerModeView instance and adds it to a container.

See Also

XPServerModeView Class

XPServerModeView Members

DevExpress.Xpo Namespace