Back to Devexpress

ITreeList.PagerPosition Property

blazor-devexpress-dot-blazor-dot-itreelist-5078a52c.md

latest1.2 KB
Original Source

ITreeList.PagerPosition Property

Specifies the pager position.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
TreeListPagerPositionBottom

An enumeration value.

|

Available values:

NameDescription
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 additional information and an example.

See Also

ITreeList Interface

ITreeList Members

DevExpress.Blazor Namespace