Skip to main content
Tab

ASPxTabControlBase.ScrollLeftButtonImage Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ButtonImageProperties ScrollLeftButtonImage { get; }

Property Value

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