Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void SetSpaceAfterTabsContent(
    string content
)

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