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

BootstrapPagerSettings.CurrentPageNumberFormat Property

Gets or sets the pattern used to format the text of the numeric button that corresponds to the selected page.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue("{0}")]
public override string CurrentPageNumberFormat { get; set; }

Property Value

Type Default Description
String "{0}"

A string value that represents the format pattern.

See Also