Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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