TreeListStyles.PagerBottomPanel Property
In This Article
Gets the style settings used to paint the pager panel displayed at the ASPxTreeList’s bottom.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListPagerPanelStyle PagerBottomPanel { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
The pager panel is displayed at the bottom of the ASPxTreeList, if the TreeListSettingsPager.Position property is set to Bottom or TopAndBottom.
See Also