Back to Devexpress

TabFormControlBase.AllowMoreTabsButton Property

windowsforms-devexpress-dot-xtrabars-dot-tabformcontrolbase-a63153ae.md

latest2.2 KB
Original Source

TabFormControlBase.AllowMoreTabsButton Property

Gets or sets whether to display the drop-down button that provides access to hidden tabs.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Appearance")]
public DefaultBoolean AllowMoreTabsButton { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(DefaultBoolean.Default)>
Public Property AllowMoreTabsButton As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

True to display the drop-down button that provides access to hidden tabs; otherwise, Default or False.

|

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

If the tab form width is insufficient to display all available tabs, the form hides the rightmost tabs. Set the AllowMoreTabsButton property to True to show the drop-down button that provides access to the hidden tabs.

See Also

ShowAddPageButton

TabFormControlBase Class

TabFormControlBase Members

DevExpress.XtraBars Namespace