XPPageSelector Constructors
Presents the XPCollection as a pageable collection.| Name | Parameters | Description |
|---|---|---|
| XPPageSelector() | none | Initializes a new instance of the XPPageSelector class with default settings. |
| XPPageSelector(XPBaseCollection) | collection | Initializes a new instance of the XPPageSelector class with the specified collection. |
| XPPageSelector(IContainer) | container | Initializes a new instance of the XPPageSelector class and adds it to a form’s container. |
See Also