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

TabSpaceTemplatePosition Enum

Lists values that specify the template’s position within a tab header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public enum TabSpaceTemplatePosition

Members

Name Description
Before

The template is rendered in a space before tabs.

After

The template is rendered in a space after tabs.

Related API Members

The following properties accept/return TabSpaceTemplatePosition values:

Remarks

The values listed by this enumeration are used to set the TabsSpaceTemplateContainer.Position property’s value.

See Also