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

TreeListSettingsPager.Position Property

Gets or sets the pager’s position within an ASPxTreeList control.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(PagerPosition.Bottom)]
public override PagerPosition Position { get; set; }

Property Value

Type Default Description
PagerPosition **Bottom**

A PagerPosition enumeration value that specifies the position of the pager within an ASPxTreeList control.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Position
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsPager .Position
ASP.NET MVC Extensions MVCxTreeList
.SettingsPager .Position
TreeListSettings
.SettingsPager .Position
TreeListSettings<RowType>
.SettingsPager .Position
See Also