Skip to main content

BootstrapGridViewPagerSettings.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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
String "{0}"

A string value that represents the format pattern.

Property Paths

You can access this nested property as listed below:

Object Type Path to CurrentPageNumberFormat
BootstrapGridView
.SettingsPager .CurrentPageNumberFormat
See Also