smartDBforms.NET API Reference

SmartPager.PagerDataItem Members

SmartPager.PagerDataItem overview

Public Instance Properties

AllPageNumbersCollection A collection of SmartPager.PagerDataItem.PageNumber objects, which represent all available pages. The collection is of size PageCount
CurrentPage The current page. The first page is 1.
CurrentPageIndex The currently selected page. This is its zero-based index.
CurrentPageInGroupIndex The currently selected page in the group of visible page numbers.
IsFirstActive Indicates if the "First Page" button should be active/visible.
IsLastActive Indicates if the "Last Page" button should be active/visible.
IsNextActive Indicates if the "Next Page" button should be active/visible.
IsNextPageGroupActive Indicates if the "Next Page Group" button should be active/visible. This button changes the page to be the first page in the next page group.
IsPrevActive Indicates if the "Previous Page" button should be active/visible.
IsPrevPageGroupActive Indicates if the "Previous Page Group" button should be active/visible. This button changes the page to be the last page in the previous page group.
PageCount The number of available pages.
VisiblePageNumbers Specifies how many page numbers are visible at once. CurrentPageInGroupIndex specifies the index of the currently selected page number in this array of visible page numbers.
VisiblePageNumbersCollection A collection of SmartPager.PagerDataItem.PageNumber objects, which represent the pages in the current page group. The collection is of size VisiblePageNumbers

See Also

SmartPager.PagerDataItem Class | Adillis.SmartDBForms Namespace