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

ASPxTreeList.StylesPager Property

Provides access to the style settings that control the appearance of the Pager displayed within the ASPxTreeList.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public PagerStyles StylesPager { get; }

Property Value

Type Description
PagerStyles

A PagerStyles object that contains style settings used to paint a pager.

See Also