Skip to main content

BootstrapGridViewPagerSettings.PageSizeItemSettings Property

Gets the Page Size Item element’s settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapPageSizeItemSettings PageSizeItemSettings { get; }

Property Value

Type Description
BootstrapPageSizeItemSettings

A BootstrapPageSizeItemSettings object that contains settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to PageSizeItemSettings
BootstrapGridView
.SettingsPager .PageSizeItemSettings

Remarks

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

See Also