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

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.v19.1.dll

Declaration

bool ShowCloseButton { get; set; }

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