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

TabbedLayoutGroupTabPageSettings.SpaceAfterTabsTemplate Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(null)]
public virtual ITemplate SpaceAfterTabsTemplate { 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 SpaceAfterTabsTemplate
ASP.NET Controls and MVC Extensions CardViewTabbedLayoutGroup
.SettingsTabPages .SpaceAfterTabsTemplate
GridTabbedLayoutGroup
.SettingsTabPages .SpaceAfterTabsTemplate
GridViewTabbedLayoutGroup
.SettingsTabPages .SpaceAfterTabsTemplate
TabbedLayoutGroup
.SettingsTabPages .SpaceAfterTabsTemplate
ASP.NET Bootstrap Controls BootstrapCardViewTabbedLayoutGroup
.SettingsTabPages .SpaceAfterTabsTemplate
BootstrapDialogTabbedFieldGroup
.SettingsTabPages .SpaceAfterTabsTemplate
BootstrapDialogTabbedFieldGroup<TViewModel>
.SettingsTabPages .SpaceAfterTabsTemplate
BootstrapGridViewTabbedLayoutGroup
.SettingsTabPages .SpaceAfterTabsTemplate
BootstrapTabbedLayoutGroup
.SettingsTabPages .SpaceAfterTabsTemplate
ASP.NET MVC Extensions MVCxCardViewTabbedLayoutGroup
.SettingsTabPages .SpaceAfterTabsTemplate
MVCxGridViewTabbedLayoutGroup
.SettingsTabPages .SpaceAfterTabsTemplate
MVCxGridViewTabbedLayoutGroup<ModelType>
.SettingsTabPages .SpaceAfterTabsTemplate
MVCxTabbedFormLayoutGroup
.SettingsTabPages .SpaceAfterTabsTemplate
MVCxTabbedFormLayoutGroup<ModelType>
.SettingsTabPages .SpaceAfterTabsTemplate

Remarks

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

See Also