Back to Devexpress

ASPxTabControlBase.ScrollLeftButtonImage Property

aspnet-devexpress-dot-web-dot-aspxtabcontrolbase-a319c604.md

latest2.0 KB
Original Source

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

Property Value

TypeDescription
ButtonImageProperties

A ButtonImageProperties object that contains image settings.

|

Remarks

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

See Also

EnableTabScrolling

ScrollRightButtonImage

ScrollButtonStyle

ScrollButtonsIndent

Page Control and Tab Control

ASPxTabControlBase Class

ASPxTabControlBase Members

DevExpress.Web Namespace