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

DocumentGroup.GroupBorderStyle Property

This property is not supported by the DocumentGroup class. Use the DocumentGroup.MDIStyle property instead.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

[Browsable(false)]
public override GroupBorderStyle GroupBorderStyle { get; set; }

Property Value

Type
GroupBorderStyle

Available values:

Name Description
NoBorder

A container has no borders.

Group

A container is displayed with borders and caption.

GroupBox

A container is displayed with borders and title bar.

Tabbed

Child items are represented as tabs.

See Also