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

SummaryProperties.AllPagesText Property

Gets or sets the pattern used to format a summary text when the content of all the pages is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual string AllPagesText { get; set; }

Property Value

Type Description
String

A String value that is the summary pattern.

Remarks

When the All navigation button is pressed, the content of all pages is displayed within a view. In this case, the AllPagesText property value is used to format a summary text (by default the SummaryProperties.Text property is used).

The default value is Pages: {0} - {1} ({2} items). The arguments utilized are:

  • {0} - the current page number;
  • {1} - the total number of pages;
  • {2} - the total number of items (on all pages).
See Also