Skip to main content

TreeListStyles.PagerBottomPanel Property

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

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListPagerPanelStyle PagerBottomPanel { 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 bottom of the ASPxTreeList, if the TreeListSettingsPager.Position property is set to Bottom or TopAndBottom.

See Also