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.v18.2.dll

Declaration

public class PagerPageSizeItemStyle :
    PagerItemStyle

The following members return PagerPageSizeItemStyle objects:

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

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