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

TabControlImages.ScrollLeftButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ButtonImageProperties ScrollLeftButton { get; }

Property Value

Type Description
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