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

TabbedLayoutGroupTabPageSettings.SpaceBeforeTabsTemplate Property

Gets or sets a template used for rendering the space before tabs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(null)]
public virtual ITemplate SpaceBeforeTabsTemplate { get; set; }

Property Value

Type Default Description
ITemplate *null*

An object supporting the System.Web.UI.ITemplate interface which contains the template.

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the SpaceBeforeTabsTemplate property to create a template that defines the manner in which the space before tabs is rendered.

See Also