PagerPageSizeItemStyle Class
In This Article
Defines style settings for the Page Size Item element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class PagerPageSizeItemStyle :
PagerItemStyle
#Related API Members
The following members return PagerPageSizeItemStyle objects:
#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.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
AppearanceStyle
PagerItemStyle
PagerPageSizeItemStyle
See Also