-
Notifications
You must be signed in to change notification settings - Fork 0
API IPaginationProvider
Christophe SAUVEUR edited this page Apr 21, 2024
·
1 revision
interface IPaginationProvider
Interface describing objects that provide pagination information
Since 1.0
public abstract function defaultPageCount(): int
Retrieves the default number of items to display per page
Since 1.0
int
public abstract function totalItemCount(): int
Retrieves the total number of items
Since 1.0
int
Getting Started | Framework Reference | API Reference | MFX is released under the MIT license