IDocumentProperties.AllowCollapse Property
Gets or sets whether any Document within this WidgetView can be collapsed.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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