Back to Devexpress

TabControlImages.ScrollRightButton Property

aspnet-devexpress-dot-web-dot-tabcontrolimages-4e1aad75.md

latest1.9 KB
Original Source

TabControlImages.ScrollRightButton 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 ScrollRightButton { get; }
vb
Public ReadOnly Property ScrollRightButton As ButtonImageProperties

Property Value

TypeDescription
ButtonImageProperties

A ButtonImageProperties object that contains image settings.

|

Remarks

The ScrollRightButton property provides access to the settings that define a scroll right button image of a TabControl. In order to specify a scroll left button image, use the TabControlImages.ScrollLeftButton property.

See Also

EnableTabScrolling

ScrollLeftButton

ScrollButton

ScrollButtonsIndent

Page Control and Tab Control

TabControlImages Class

TabControlImages Members

DevExpress.Web Namespace