TabbedLayoutGroupTabPageSettings.SpaceBeforeTabsTemplate Property
Gets or sets a template used for rendering the space before tabs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.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 SpaceBeforeTabsTemplate |
|---|---|
| TabbedLayoutGroup |
|
Remarks
Use the SpaceBeforeTabsTemplate property to create a template that defines the manner in which the space before tabs is rendered.
See Also