TabsSpaceTemplateContainer.Position Property
In This Article
Gets or sets the template’s position within a tab header.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TabSpaceTemplatePosition Position { get; set; }
#Property Value
Type | Description |
---|---|
Tab |
One of the Tab |
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