Back to Devexpress

XPView Constructors

xpo-devexpress-dot-xpo-dot-xpview-dot-ctor.md

latest3.1 KB
Original Source

XPView Constructors

The view that stores data retrieved from persistent objects.

NameParametersDescription
XPView()noneInitializes a new instance of the XPView class with the default settings.
XPView(Session, XPClassInfo, CriteriaOperatorCollection, CriteriaOperator, CriteriaOperator)session, info, properties, criteria, groupCriteriaInitializes a new instance of the XPView class with the specified settings.
XPView(Session, XPClassInfo, CriteriaOperatorCollection, CriteriaOperator)session, info, properties, criteriaInitializes a new instance of the XPView class with the specified settings.
XPView(Session, XPClassInfo, String, CriteriaOperator)session, info, properties, criteriaInitializes a new instance of the XPView class with the specified settings.
XPView(Session, XPClassInfo)session, infoInitializes a new instance of the XPView class with the specified XPView.Session and XPView.ObjectClassInfo properties.
XPView(Session, Type, CriteriaOperatorCollection, CriteriaOperator)session, objType, properties, criteriaInitializes a new instance of the XPView class with the specified settings.
XPView(Session, Type, String, CriteriaOperator)session, objType, properties, criteriaInitializes a new instance of the XPView class with the specified settings.
XPView(Session, Type)session, objTypeInitializes a new instance of the XPView class with the specified session and type of persistent objects to include in the view.
XPView(IContainer)containerInitializes a new instance of the XPView class and adds it to a form’s container.

See Also

XPView Class

XPView Members

DevExpress.Xpo Namespace