Skip to main content
A newer version of this page is available. .
Tab

TabBase.NewLine Property

Gets or sets a value that specifies whether the current tab starts a new line.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public bool NewLine { get; set; }

Property Value

Type Default Description
Boolean **false**

true to begin a new line with the current tab; otherwise, false.

Remarks

ASPxPageControl allows you to show the tab header in several rows. To start a new line from a current tab, set its NewLine property to true.

Note

This property is not in effect if tab scrolling is enabled (the ASPxTabControlBase.EnableTabScrolling property is set to true).

See Also