Skip to main content
Tab

PagerDropDownItemStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class PagerDropDownItemStyle :
    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.

See Also