Back to Devexpress

TreeListPagerMode Enum

aspnet-devexpress-dot-web-dot-aspxtreelist-76986e11.md

latest1.4 KB
Original Source

TreeListPagerMode Enum

Lists values that specify navigation in the ASPxTreeList.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum TreeListPagerMode
vb
Public Enum TreeListPagerMode

Members

NameDescription
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.

|

The following properties accept/return TreeListPagerMode values:

See Also

Tree List

DevExpress.Web.ASPxTreeList Namespace