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

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.v20.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:

Library Object Type Path to AlwaysShowPager
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsPager .AlwaysShowPager
ASP.NET MVC Extensions MVCxTreeList
.SettingsPager .AlwaysShowPager
TreeListSettings
.SettingsPager .AlwaysShowPager
TreeListSettings<RowType>
.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