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

IDocumentProperties.AllowCollapse Property

Gets or sets whether any Document within this WidgetView can be collapsed.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

bool AllowCollapse { get; set; }

Property Value

Type Description
Boolean

true, if any Document within this WidgetView can be collapsed; otherwise, false.

Remarks

To override this common setting for individual Documents, use the IDocumentDefaultProperties.AllowCollapse property instead. See this link for the details.

See Also