Back to Devexpress

TabPane.AllowCollapse Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tabpane-ffc2a618.md

latest1.6 KB
Original Source

TabPane.AllowCollapse Property

Gets or sets whether the collapse button is visible, allowing users to collapse the control.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(DefaultBoolean.Default)]
[EditorBrowsable(EditorBrowsableState.Never)]
public DefaultBoolean AllowCollapse { get; set; }
vb
<Browsable(False)>
<DefaultValue(DefaultBoolean.Default)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AllowCollapse As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

True , if the collapse button is visible; 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

|

See Also

TabPane Class

TabPane Members

DevExpress.XtraBars.Navigation Namespace