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.2.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 a caption.

LayoutGroup_GroupBorderStyle_Group

GroupBox

A container is displayed with borders and a title bar.

LayoutGroup_GroupBorderStyle_GroupBox

Tabbed

Child items are displayed as tabs.

LayoutGroup_GroupBorderStyle_Tabbed

See Also