Skip to main content

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.v23.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