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

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.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Appearance")]
public DefaultBoolean AllowMoreTabsButton { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

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

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

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