PagerButtonProperties.TextFormatString Property
Gets or sets the pattern used to format a pager button’s text for display.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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