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

PagerButtonProperties.TextFormatString Property

Gets or sets the pattern used to format a pager button’s text for display.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String "{0}"

A string value that specifies the format pattern.

Property Paths

You can access this nested property as listed below:

Remarks

You can use the TextFormatString property to provide a custom format for the text displayed in a pager button. The pager button text to format is created based upon the PagerButtonProperties.ShowDefaultText property setting.

See Also