Back to Devexpress

ASPxTabControlBase.ScrollRightButtonImage Property

aspnet-devexpress-dot-web-dot-aspxtabcontrolbase-8d5fce1a.md

latest2.0 KB
Original Source

ASPxTabControlBase.ScrollRightButtonImage Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ButtonImageProperties ScrollRightButtonImage { get; }
vb
Public ReadOnly Property ScrollRightButtonImage As ButtonImageProperties

Property Value

TypeDescription
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

EnableTabScrolling

ScrollLeftButtonImage

ScrollButtonStyle

ScrollButtonsIndent

Page Control and Tab Control

ASPxTabControlBase Class

ASPxTabControlBase Members

DevExpress.Web Namespace