Skip to main content
A newer version of this page is available. .

TreeListPagerMode Enum

Lists values that specify navigation in the ASPxTreeList.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum TreeListPagerMode

Members

Name Description
ShowAllNodes

Disables page-mode navigation.

ShowPager

The ASPxTreeList automatically splits content (nodes) across multiple pages, and provides end-users with an embedded page navigation UI - Pager. The maximum number of nodes displayed on a page is specified by the TreeListSettingsPager.PageSize property.

Related API Members

The following properties accept/return TreeListPagerMode values:

See Also