Skip to main content

TabControlSettingsBase.SetSpaceBeforeTabsContent(String) Method

Allows you to specify a template for the space before a tab’s content.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void SetSpaceBeforeTabsContent(
    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 SetSpaceBeforeTabsContent method is not in effect.

See Also