Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String "{0}"

A string value that specifies the format pattern.

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