Skip to main content
Tab

PagerComboBoxStyle.DropDownButtonStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PagerDropDownButtonStyle DropDownButtonStyle { get; }

Property Value

Type Description
PagerDropDownButtonStyle

A PagerDropDownButtonStyle object that contains the style settings.

Remarks

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

See Also