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.v19.2.dll

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
MVCxTreeList
.SettingsPager.Position
TreeListSettings
.SettingsPager.Position
TreeListSettings<RowType>
.SettingsPager.Position
See Also