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.v18.2.dll

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:

Remarks

The values listed by this enumeration are used to set the TreeListSettingsPager.Mode property.

See Also