Back to Devexpress

XPServerCollectionSource Constructors

xpo-devexpress-dot-xpo-dot-xpservercollectionsource-dot-ctor.md

latest2.8 KB
Original Source

XPServerCollectionSource Constructors

The data source for a GridControl and GridLookUpEdit controls that binds these controls to data in Server Mode.

NameParametersDescription
XPServerCollectionSource()noneInitializes a new instance of the XPServerCollectionSource class with the default settings.
XPServerCollectionSource(Session, XPClassInfo, CriteriaOperator)session, objectClassInfo, fixedFilterCriteriaInitializes a new instance of the XPServerCollectionSource class with a given Session, object type and filter criteria.
XPServerCollectionSource(Session, XPClassInfo)session, objectClassInfoInitializes a new instance of the XPServerCollectionSource class with a given Session and object type.
XPServerCollectionSource(Session, Type, CriteriaOperator)session, objectType, fixedFilterCriteriaInitializes a new instance of the XPServerCollectionSource class with a given Session, object type and filter criteria.
XPServerCollectionSource(Session, Type)session, objectTypeInitializes a new instance of the XPServerCollectionSource class with a given Session and object type.
XPServerCollectionSource(IContainer)containerInitializes a new instance of the XPServerCollectionSource class and adds it to a form’s container.

See Also

XPServerCollectionSource Class

XPServerCollectionSource Members

DevExpress.Xpo Namespace