Skip to main content

IDocumentProperties.ShowBorders Property

Gets or sets whether or not any widget within this WidgetView can display its borders.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool ShowBorders { get; set; }

Property Value

Type Description
Boolean

true if any widget within this WidgetView can display its borders; otherwise, false.

Remarks

Setting the ShowBorders property to false not only displays widget borders and their caption area, it also disables all functionality associated with borders (e.g., your end-users will not be able to drag or resize widgets, double-click their headers to maximize them etc.).

The following figure illustrates the same widget layout with (on the left) and without (on the right) widget borders.

WidgetView - Widget Borders

See Also