Skip to main content
A newer version of this page is available. .
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.v19.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.

Property Paths

You can access this nested property as listed below:

Show 14 property paths
Library Object Type Path to ScrollButtonSpacing
ASP.NET Controls and MVC Extensions CardViewTabbedLayoutGroup
.SettingsTabPages.ScrollButtonSpacing
GridTabbedLayoutGroup
.SettingsTabPages.ScrollButtonSpacing
GridViewTabbedLayoutGroup
.SettingsTabPages.ScrollButtonSpacing
MVCxCardViewTabbedLayoutGroup
.SettingsTabPages.ScrollButtonSpacing
MVCxGridViewTabbedLayoutGroup
.SettingsTabPages.ScrollButtonSpacing
MVCxGridViewTabbedLayoutGroup<ModelType>
.SettingsTabPages.ScrollButtonSpacing
MVCxTabbedFormLayoutGroup
.SettingsTabPages.ScrollButtonSpacing
MVCxTabbedFormLayoutGroup<ModelType>
.SettingsTabPages.ScrollButtonSpacing
TabbedLayoutGroup
.SettingsTabPages.ScrollButtonSpacing
ASP.NET Bootstrap Controls BootstrapCardViewTabbedLayoutGroup
.SettingsTabPages.ScrollButtonSpacing
BootstrapDialogTabbedFieldGroup
.SettingsTabPages.ScrollButtonSpacing
BootstrapDialogTabbedFieldGroup<TViewModel>
.SettingsTabPages.ScrollButtonSpacing
BootstrapGridViewTabbedLayoutGroup
.SettingsTabPages.ScrollButtonSpacing
BootstrapTabbedLayoutGroup
.SettingsTabPages.ScrollButtonSpacing
See Also