ITreeList.PagerPosition Property
In This Article
Specifies the pager position.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(TreeListPagerPosition.Bottom)]
TreeListPagerPosition PagerPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tree |
Bottom | An enumeration value. |
Available values:
Name | Description |
---|---|
Bottom | The Tree |
Top | The Tree |
Top |
The Tree |
#Remarks
Refer to the PagerPosition property description for more information and an example.
See Also