TabControlImages.ScrollLeftButton Property
Gets the settings of an image displayed within the scroll left button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public ButtonImageProperties ScrollLeftButton { get; }
Public ReadOnly Property ScrollLeftButton As ButtonImageProperties
Property Value
Type | Description |
---|---|
ButtonImageProperties | A ButtonImageProperties object that contains image settings. |
Available values:
Name | Description |
---|---|
SpriteProperties | Gets the settings defining the image position within a sprite image. |
ButtonImageProperties(IPropertiesOwner) | Initializes a new instance of the ButtonImageProperties class with the specified owner. |
ButtonImageProperties(String) | Initializes a new instance of the ButtonImageProperties class with the specified image location. |
ButtonImageProperties() | Initializes a new instance of the ButtonImageProperties class. |
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.