Skip to main content
Tab

TabbedLayoutGroupTabPageSettings.ScrollButtonSpacing Property

Gets or sets the spacing between the scroll buttons within the tab header of a tabbed group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

Property Paths

You can access this nested property as listed below:

Object Type Path to ScrollButtonSpacing
TabbedLayoutGroup
.SettingsTabPages .ScrollButtonSpacing
See Also