Skip to main content
A newer version of this page is available.
All docs
V19.1
Tab

PagerDropDownItemStyle.DropDownButtonStyle Property

Gets the style settings which define a Page Size Item‘s drop-down button appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public override MenuItemDropDownButtonStyle DropDownButtonStyle { get; }

Property Value

Type Description
MenuItemDropDownButtonStyle

A MenuItemDropDownButtonStyle 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