Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(DefaultBoolean.Default)]
[EditorBrowsable(EditorBrowsableState.Never)]
public DefaultBoolean AllowCollapse { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

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

See Also