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

ASPxPagerBase.PageSizeItemSettings Property

Gets the Page Size Item element’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual PageSizeItemSettings PageSizeItemSettings { get; }

Property Value

Type Description
PageSizeItemSettings

A PageSizeItemSettings object that contains settings.

Remarks

Use the PageSizeItemSettings property to access and customize the settings that relate to page size item.

See Also