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

PagerDropDownWindowStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class PagerDropDownWindowStyle :
    MenuStyle

The following members return PagerDropDownWindowStyle objects:

Remarks

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

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

See Also