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

PagerSettingsEx.PageNumberFormat Property

Gets or sets the pattern used to format the text of numeric buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("{0}")]
public virtual string PageNumberFormat { get; set; }

Property Value

Type Default Description
String "{0}"

A string value that represents the format pattern.

See Also