Back to Devexpress

PagerDropDownItemStyle Class

aspnet-devexpress-dot-web-ac22c2bc.md

latest2.5 KB
Original Source

PagerDropDownItemStyle Class

Defines style settings for the Page Size Item element’s items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PagerDropDownItemStyle :
    MenuItemStyle
vb
Public Class PagerDropDownItemStyle
    Inherits MenuItemStyle

The following members return PagerDropDownItemStyle objects:

Remarks

The PagerDropDownItemStyle class contains settings that define the style of the items within the page size item.

An object of the PagerDropDownItemStyle type can be accessed via the PagerComboBoxStyle.ItemStyle (via ASPxPagerBase.PageSizeItemStyle .ComboBoxStyle.ItemStyle ) property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle AppearanceItemStyle MenuItemStyleBase MenuItemStyle PagerDropDownItemStyle

See Also

PagerDropDownItemStyle Members

ItemStyle

Pager Elements

Pager

DevExpress.Web Namespace