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

NuGet Package: DevExpress.Web

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:

Object Type Path to AllItemText
ASPxPagerBase
.PageSizeItemSettings .AllItemText
PagerSettingsEx
.PageSizeItemSettings .AllItemText

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