Back to Devexpress

PagerDropDownWindowStyle Class

aspnet-devexpress-dot-web-f843c666.md

latest2.5 KB
Original Source

PagerDropDownWindowStyle Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PagerDropDownWindowStyle :
    MenuStyle
vb
Public Class PagerDropDownWindowStyle
    Inherits 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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle MenuStyle PagerDropDownWindowStyle

See Also

PagerDropDownWindowStyle Members

DropDownWindowStyle

Pager Elements

Pager

DevExpress.Web Namespace