TabBase.NewLine Property
Gets or sets a value that specifies whether the current tab starts a new line.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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