Skip to main content
Tab

TabbedLayoutGroupTabPageSettings.SpaceAfterTabsTemplate Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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:

Object Type Path to 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