TabControlImages.ScrollRightButton Property
In This Article
Gets the settings of an image displayed within the scroll right button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ButtonImageProperties ScrollRightButton { get; }
#Property Value
Type | Description |
---|---|
Button |
A Button |
#Remarks
The ScrollRightButton property provides access to the settings that define a scroll right button image of a TabControl. In order to specify a scroll left button image, use the TabControlImages.ScrollLeftButton property.
See Also