MenuItem.ScrollButtonStyle Property
In This Article
Gets the style settings that define the appearance of scroll buttons for a particular item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public MenuScrollButtonStyle ScrollButtonStyle { get; }
#Property Value
Type | Description |
---|---|
Menu |
A Menu |
#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