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

PagerStyles.Pager Property

Gets the style settings defining the appearance of the pager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public PagerStyle Pager { get; }

Property Value

Type Description
PagerStyle

A PagerStyle object that contains the style settings.

Remarks

The Pager property provides access to the style settings defining the common appearance style of the pager within a ASPxGridView, ASPxGridLookup, ASPxPivotGrid, and ASPxTreeList.

See Also