Skip to main content

TreeListSettingsPager.Position Property

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.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:

Object Type Path to Position
ASPxTreeList
.SettingsPager .Position
See Also