Back to Devexpress

IDocumentDefaultProperties.CanCollapse Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-idocumentdefaultproperties-8eb7ff84.md

latest2.1 KB
Original Source

IDocumentDefaultProperties.CanCollapse Property

Gets whether the current Document can be collapsed.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
bool CanCollapse { get; }
vb
<Browsable(False)>
ReadOnly Property CanCollapse As Boolean

Property Value

TypeDescription
Boolean

true if the current Document can be collapsed; otherwise, false.

|

Remarks

See the IDocumentProperties.AllowCollapse and IDocumentDefaultProperties.AllowCollapse properties to learn more.

See Also

IDocumentProperties.AllowCollapse

IDocumentDefaultProperties.AllowCollapse

IDocumentDefaultProperties Interface

IDocumentDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace