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

PagerComboBoxStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class PagerComboBoxStyle :
    AppearanceStyle

The following members return PagerComboBoxStyle objects:

Remarks

The PagerComboBoxStyle class contains settings that define the style of the combo box within the page size item.

An object of the PagerComboBoxStyle type can be accessed via the PagerPageSizeItemStyle.ComboBoxStyle (ASPxPager.PageSizeItemStyle.ComboBoxStyle) property.

See Also