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

MenuItem.ScrollButtonStyle Property

Gets the style settings that define the appearance of scroll buttons for a particular item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public MenuScrollButtonStyle ScrollButtonStyle { get; }

Property Value

Type Description
MenuScrollButtonStyle

A MenuScrollButtonStyle object that contains style settings.

Remarks

Use the ScrollButtonStyle property to access the style settings of particular item’s scroll buttons. You can specify common style settings for every scroll button within a menu, by using the ASPxMenuBase.ScrollButtonStyle property.

Note, that item level settings override control level settings.

See Also