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

TabbedLayoutGroupTabPageSettings.ScrollButtonsIndent Property

Gets or sets the amount of space between a scroll button and tabs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit ScrollButtonsIndent { 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 ScrollButtonsIndent
ASP.NET Controls and MVC Extensions CardViewTabbedLayoutGroup
.SettingsTabPages .ScrollButtonsIndent
GridTabbedLayoutGroup
.SettingsTabPages .ScrollButtonsIndent
GridViewTabbedLayoutGroup
.SettingsTabPages .ScrollButtonsIndent
TabbedLayoutGroup
.SettingsTabPages .ScrollButtonsIndent
ASP.NET Bootstrap Controls BootstrapCardViewTabbedLayoutGroup
.SettingsTabPages .ScrollButtonsIndent
BootstrapDialogTabbedFieldGroup
.SettingsTabPages .ScrollButtonsIndent
BootstrapDialogTabbedFieldGroup<TViewModel>
.SettingsTabPages .ScrollButtonsIndent
BootstrapGridViewTabbedLayoutGroup
.SettingsTabPages .ScrollButtonsIndent
BootstrapTabbedLayoutGroup
.SettingsTabPages .ScrollButtonsIndent
ASP.NET MVC Extensions MVCxCardViewTabbedLayoutGroup
.SettingsTabPages .ScrollButtonsIndent
MVCxGridViewTabbedLayoutGroup
.SettingsTabPages .ScrollButtonsIndent
MVCxGridViewTabbedLayoutGroup<ModelType>
.SettingsTabPages .ScrollButtonsIndent
MVCxTabbedFormLayoutGroup
.SettingsTabPages .ScrollButtonsIndent
MVCxTabbedFormLayoutGroup<ModelType>
.SettingsTabPages .ScrollButtonsIndent
See Also