Skip to main content
All docs
V19.2
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.2.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