Back to Devexpress

TabControlImages.ScrollLeftButton Property

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

latest1.9 KB
Original Source

TabControlImages.ScrollLeftButton Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
ButtonImageProperties

A ButtonImageProperties object that contains image settings.

|

Remarks

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

See Also

EnableTabScrolling

ScrollRightButton

ScrollButton

ScrollButtonsIndent

Page Control and Tab Control

TabControlImages Class

TabControlImages Members

DevExpress.Web Namespace