Skip to main content
Tab

PagerStyles.CurrentPageNumber Property

Gets the style settings used to paint the current page number within the pager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PagerTextStyle CurrentPageNumber { get; }

Property Value

Type Description
PagerTextStyle

A PagerTextStyle object containing style settings.

See Also