IDocumentProperties.ShowCloseButton Property
Gets or sets whether or not all widgets owned by this View display their Close buttons.
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 all widgets owned by this View display their Close buttons; otherwise, false. |
Remarks
You can override the global ShowCloseButton setting for individual widgets. To do so, set the IDocumentDefaultProperties.ShowCloseButton property to a value different from DefaultBoolean.Default.
See Also