XPServerCollectionSource Constructors
The data source for a GridControl and GridLookUpEdit controls that binds these controls to data in Server Mode.Name | Parameters | Description |
---|---|---|
XPServerCollectionSource() | none | Initializes a new instance of the XPServerCollectionSource class with the default settings. |
XPServerCollectionSource(Session, XPClassInfo, CriteriaOperator) | session, objectClassInfo, fixedFilterCriteria | Initializes a new instance of the XPServerCollectionSource class with a given Session, object type and filter criteria. |
XPServerCollectionSource(Session, XPClassInfo) | session, objectClassInfo | Initializes a new instance of the XPServerCollectionSource class with a given Session and object type. |
XPServerCollectionSource(Session, Type, CriteriaOperator) | session, objectType, fixedFilterCriteria | Initializes a new instance of the XPServerCollectionSource class with a given Session, object type and filter criteria. |
XPServerCollectionSource(Session, Type) | session, objectType | Initializes a new instance of the XPServerCollectionSource class with a given Session and object type. |
XPServerCollectionSource(IContainer) | container | Initializes a new instance of the XPServerCollectionSource class and adds it to a form’s container. |
See Also