Skip to main content
A newer version of this page is available. .

TreeListStyles.PagerTopPanel Property

Gets the style settings used to paint the pager panel displayed at the ASPxTreeList’s top.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public TreeListPagerPanelStyle PagerTopPanel { get; }

Property Value

Type Description
TreeListPagerPanelStyle

A TreeListPagerPanelStyle object that contains style settings used to paint the pager panel.

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