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.v18.2.dll

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 Bootstrap Controls BootstrapCardViewTabbedLayoutGroup
.SettingsTabPages.SpaceAfterTabsTemplate
BootstrapDialogTabbedFieldGroup
.SettingsTabPages.SpaceAfterTabsTemplate
BootstrapDialogTabbedFieldGroup<TViewModel>
.SettingsTabPages.SpaceAfterTabsTemplate
BootstrapGridViewTabbedLayoutGroup
.SettingsTabPages.SpaceAfterTabsTemplate
BootstrapTabbedLayoutGroup
.SettingsTabPages.SpaceAfterTabsTemplate
ASP.NET Web Forms Controls CardViewTabbedLayoutGroup
.SettingsTabPages.SpaceAfterTabsTemplate
GridTabbedLayoutGroup
.SettingsTabPages.SpaceAfterTabsTemplate
GridViewTabbedLayoutGroup
.SettingsTabPages.SpaceAfterTabsTemplate
MVCxCardViewTabbedLayoutGroup
.SettingsTabPages.SpaceAfterTabsTemplate
MVCxGridViewTabbedLayoutGroup
.SettingsTabPages.SpaceAfterTabsTemplate
MVCxGridViewTabbedLayoutGroup<ModelType>
.SettingsTabPages.SpaceAfterTabsTemplate
MVCxTabbedFormLayoutGroup
.SettingsTabPages.SpaceAfterTabsTemplate
MVCxTabbedFormLayoutGroup<ModelType>
.SettingsTabPages.SpaceAfterTabsTemplate
TabbedLayoutGroup
.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