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

PagerPageSizeItemStyle Class

Defines style settings for the Page Size Item element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class PagerPageSizeItemStyle :
    PagerItemStyle

The following members return PagerPageSizeItemStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxDataViewBase.PagerPageSizeItemStyle
ASPxImageGallery.PagerPageSizeItemStyle
ASPxPagerBase.PageSizeItemStyle
DataViewStyles.PagerPageSizeItem
ImageGalleryStyles.PagerPageSizeItem
PagerStyles.PageSizeItem
ASP.NET Bootstrap Controls BootstrapPager.PageSizeItemStyle

Remarks

The PagerPageSizeItemStyle class contains settings that define the style of the page size item.

An object of the PagerPageSizeItemStyle type can be accessed via the ASPxPagerBase.PageSizeItemStyle property.

See Also