Back to Devexpress

IDocumentDefaultProperties.CanShowBorders Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-idocumentdefaultproperties-bb2af8ab.md

latest1.6 KB
Original Source

IDocumentDefaultProperties.CanShowBorders Property

Gets whether this widget can show its borders.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if this widget can show its borders; otherwise, false.

|

Remarks

See the IDocumentProperties.ShowBorders property to learn more.

See Also

ShowBorders

IDocumentDefaultProperties Interface

IDocumentDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace