Back to Devexpress

IDocumentDefaultProperties.CanShowCloseButton Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-idocumentdefaultproperties-1a54ae10.md

latest1.4 KB
Original Source

IDocumentDefaultProperties.CanShowCloseButton Property

Returns whether or not this widget document shows its Close button.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
bool CanShowCloseButton { get; }
vb
<Browsable(False)>
ReadOnly Property CanShowCloseButton As Boolean

Property Value

TypeDescription
Boolean

true if this widget document shows its Close button; otherwise, false.

|

See Also

IDocumentDefaultProperties Interface

IDocumentDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace