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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to AlwaysShowPager |
---|---|
ASPxTreeList |
|
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