Skip to main content

TreeListSettingsPager.AlwaysShowPager Property

Gets or sets whether the Pager is displayed within the ASPxTreeList when there is only one page.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool AlwaysShowPager { get; set; }

Property Value

Type Default Description
Boolean false

true to display the Pager within the ASPxTreeList when there is only one page; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AlwaysShowPager
ASPxTreeList
.SettingsPager .AlwaysShowPager

Remarks

By default, the Pager is not displayed within the ASPxTreeList if there is only one page. Set the AlwaysShowPager property to true, to display the Pager.

Setting the AlwaysShowPager property has no effect if the page-mode navigation is disabled (the TreeListSettingsPager.Mode property is set to TreeListPagerMode.ShowAllNodes).

See Also