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

PageSizeItemSettings.AllItemText Property

Gets or sets a text displayed within the Page Size Item element’s drop-down window All item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public string AllItemText { get; set; }

Property Value

Type Description
String

A String value that is an item text.

Property Paths

You can access this nested property as listed below:

Remarks

If the PageSizeItemSettings.ShowAllItem property is set to true, the Page Size Item element’s drop-down window displays an All item. Clicking on this item displays all pager items on one page. Use the AllItemText property to specify the text displayed within the All item.

See Also