ASPxTabControlBase.SpaceBeforeTabsTemplate Property
Gets or sets a template, used for rendering the space before tabs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object supporting the System. |
#Remarks
Use the SpaceBeforeTabsTemplate
property to create a template that defines the manner in which the space before tabs is rendered.
Note
If the ASPxSpace
is not in effect.
Note that any style settings specified via the ASPxTabControlBase.SpaceBeforeTabsTemplateStyle property is in effect for the template contents.
Note
Once a template defined via the Space
property is created within a tab control, it is instantiated within a container object of the Template
#Limitation
- The
SpaceBeforeTabsTemplate
property is in effect when the TabAlign property is set toCenter
orRight
.