Skip to main content
All docs
V25.1
  • Bar

    DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    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.1.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 Return 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.

    image

    See Also