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

IDocumentDefaultProperties.ShowBorders Property

Gets or sets whether this widget should display its borders.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

DefaultBoolean ShowBorders { get; set; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumerator value that specifies whether or not this widget should display its borders.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

If the ShowBorders property equals DefaultBoolean.Default, the current widget derives its behavior from the IDocumentProperties.ShowBorders property, which affects all widgets within this view. Other values override this global setting for individual widgets. See the IDocumentProperties.ShowBorders property for more info.

See Also