MenuItem.ScrollButtonStyle Property
Gets the style settings that define the appearance of scroll buttons for a particular item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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