Skip to main content

IDocumentDefaultProperties.CanShowBorders Property

Gets whether this widget can show its borders.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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