Skip to main content
All docs
V24.1

ITreeList.PagerPosition Property

Specifies the pager position.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(TreeListPagerPosition.Bottom)]
TreeListPagerPosition PagerPosition { get; set; }

Property Value

Type Default Description
TreeListPagerPosition Bottom

An enumeration value.

Available values:

Name Description
Bottom

The TreeList displays the pager at the bottom.

Top

The TreeList displays the pager at the top.

TopAndBottom

The TreeList displays the pager at the top and at the bottom.

Remarks

Refer to the PagerPosition property description for more information and an example.

See Also