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

PagerDropDownButtonStyle Class

Defines style settings for the Page Size Item element’s drop-down button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class PagerDropDownButtonStyle :
    ButtonStyle

The following members return PagerDropDownButtonStyle objects:

Remarks

The PagerDropDownButtonStyle class contains settings that define the style of the drop-down button within the page size item.

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

See Also