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

ASPxTabControlBase.SpaceBeforeTabsTemplate Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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.

Remarks

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

Note

If the ASPxTabControlBase.EnableTabScrolling option is enabled, the template specified in SpaceBeforeTabsTemplate is not in effect.

Note that any style settings specified via the ASPxTabControlBase.SpaceBeforeTabsTemplateStyle property is in effect for the template contents.

Note

Once a template defined via the SpaceBeforeTabsTemplate property is created within a tab control, it is instantiated within a container object of the TemplateContainerBase type. This container object exposes a set of specific properties to which the template’s child controls can be bound.

See Also