Skip to main content
All docs
V24.1

DxTreeList.PagerPosition Property

Specifies the pager position.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(TreeListPagerPosition.Bottom)]
[Parameter]
public 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.

Implements

See Also