Back to Devexpress

IDocumentGroupDefaultProperties.MultiLine Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-idocumentgroupdefaultproperties-25ea78fb.md

latest2.2 KB
Original Source

IDocumentGroupDefaultProperties.MultiLine Property

Gets or sets whether tabs are displayed in multiple or single lines.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
DefaultBoolean MultiLine { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Property MultiLine As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

True if tabs are displayed in multiple lines; False if not; Default uses the IDocumentGroupProperties.MultiLine setting.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

The MultiLine property overrides the view’s IDocumentGroupProperties.MultiLine setting for the current group.

See Also

MultiLine

IDocumentGroupDefaultProperties Interface

IDocumentGroupDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace