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

ASPxTabControlBase.TabSpacing Property

Gets or sets the amount of space between the tabs within the current control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

Remarks

Use the TabSpacing property to define the spacing between the adjacent tabs within the current control.

See Also