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

TabsSpaceTemplateContainer.Position Property

Gets or sets the template’s position within a tab header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public TabSpaceTemplatePosition Position { get; set; }

Property Value

Type Description
TabSpaceTemplatePosition

One of the TabSpaceTemplatePosition enumeration values.

Available values:

Name Description
Before

The template is rendered in a space before tabs.

After

The template is rendered in a space after tabs.

See Also