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

ImageGalleryPagerPageSizeItemSettings.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.v19.2.dll

Declaration

[DefaultValue(true)]
public override bool ShowAllItem { get; set; }

Property Value

Type Default Description
Boolean **true**

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

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