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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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