TabbedLayoutGroupTabPageSettings.SpaceAfterTabsTemplate Property
Gets or sets a template used for rendering the space after tabs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object supporting the System.Web.UI.ITemplate interface which contains the template. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to SpaceAfterTabsTemplate |
---|---|
TabbedLayoutGroup |
|
Remarks
Use the SpaceAfterTabsTemplate property to create a template that defines the manner in which the space after tabs is rendered.
See Also