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

ASPxTabControlBase.ScrollRightButtonImage Property

Gets the settings of an image displayed within the scroll right button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ButtonImageProperties ScrollRightButtonImage { get; }

Property Value

Type Description
ButtonImageProperties

A ButtonImageProperties object that contains image settings.

Remarks

The ScrollRightButtonImage property provides access to the settings that define a scroll right button image of an ASPxTabControl. In order to specify a scroll left button image, use the ASPxTabControlBase.ScrollLeftButtonImage property.

See Also