Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Data Paging

< Prev
Next >
CollapseGeneral Information
 CollapseNews
   News for Visual Studio Developers
   News for Delphi/C++Builder Developers
   RSS - How To Use
 CollapseAbout Us
   Our Mission
   User Comments about Developer Express
   Our Customers
   Case Studies
Page 1 of 11 (102 items)Prev123456791011Next v
Pager settings
v
v

The DevExpress ASP.NET Tree List (ASPxTreeList) content can be split across multiple pages if the built-in pager is enabled by setting the SettingsPager.Mode property to ShowPager.

The embedded pager control can be customized using the following settings of the SettingsPager property.

  • The Position property controls the pager's position within ASPxTreeList: at the top or bottom of the control, or at both the top and bottom of the control. In this demo, use the Pager position combo box to select the desired location.
  • The PageSizeItemSettings.Visible property controls the visibility of the page size item. In this demo, use the Show PageSizeItem check box to show and hide the item.
  • The PageSizeItemSettings.Position property controls where the page size item is displayed: on the left or right side of the pager. In this demo, use the PageSizeItem position combo box to select the desired location.
  • The ShowDisabledButtons property controls the visibility of the pager buttons that are temporarily disabled.
  • The ShowNumericButtons property controls the visibility of the pager's numeric buttons, which navigate a user to the corresponding pages.
  • The ShowSeparators property specifies whether or not separators that separate page numbers are displayed.

The ASPxTreeList provides a client-side API that enables you to switch between pages on the client side. In this demo, click the Prev and Next buttons to move backward and forward, respectively.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxTreeListDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxTreeListDemos