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

TabbedLayoutGroup.TabSpacing Property

Gets or sets the amount of space between the tabs within the tabbed layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.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 tabbed layout group.

See Also