Skip to main content
Tab

PageSizeItemSettings.ShowAllItem Property

Gets or sets a value that specifies whether the All item is displayed within the Page Size Item element’s drop-down window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public virtual bool ShowAllItem { get; set; }

Property Value

Type Default Description
Boolean false

true, if the item is visible, otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the ShowAllItem property to specify whether the All item is visible within the page size item.

You can use the PageSizeItemSettings.AllItemText property to specify the item text.

See Also