TabControlSettingsBase.SetSpaceAfterTabsContent(String) Method
Allows you to specify a template for the space after a tab’s content.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
content | String | A string value specifying the template content. |
Remarks
Note
If the TabControlSettingsBase.EnableTabScrolling option is enabled, the template specified in SetSpaceAfterTabsContent method is not in effect.
See Also