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.v24.2.dll
Declaration
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 |
|
PagerSettingsEx |
|
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