Skip to main content

IDocumentProperties.AllowCollapse Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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