Skip to main content
All docs
V24.1

TreeListPagerPosition Enum

Lists values that specify the pager position in the TreeList.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public enum TreeListPagerPosition

Members

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.

Related API Members

The following properties accept/return TreeListPagerPosition values:

See Also