Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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