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

IDocumentDefaultProperties.CanShowBorders Property

Gets whether this widget can show its borders.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
bool CanShowBorders { get; }

Property Value

Type Description
Boolean

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

Remarks

See the IDocumentProperties.ShowBorders property to learn more.

See Also