TabControlImages.ScrollLeftButton Property
In This Article
Gets the settings of an image displayed within the scroll left button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ButtonImageProperties ScrollLeftButton { get; }
#Property Value
Type | Description |
---|---|
Button |
A Button |
#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