Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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