Back to Devexpress

PagerComboBoxStyle Class

aspnet-devexpress-dot-web-f9ac279d.md

latest2.1 KB
Original Source

PagerComboBoxStyle Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle PagerComboBoxStyle

See Also

PagerComboBoxStyle Members

Pager

DevExpress.Web Namespace