Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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