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