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

ASPxTabControlBase.ScrollButtonSpacing Property

Gets or sets the spacing between the scroll buttons within the tab header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit ScrollButtonSpacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

Remarks

If the ASPxTabControlBase.TabAlign property is set to left or right, you can change spacing between scroll buttons by using the ScrollButtonSpacing property. To specify the amount of space between a scroll button and tabs, use the ASPxTabControlBase.ScrollButtonsIndent property.

See Also