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

PagerComboBoxStyle.DropDownWindowStyle Property

Gets the style settings that define the Page Size Item element’s drop-down window appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public PagerDropDownWindowStyle DropDownWindowStyle { get; }

Property Value

Type Description
PagerDropDownWindowStyle

A PagerDropDownWindowStyle object that contains the style settings.

Remarks

Use the DropDownWindowStyle property to access and customize the style settings that define the appearance of a drop-down window within the page size item.

See Also