TabsSpaceTemplateContainer.Position Property
Gets or sets the template’s position within a tab header.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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