Skip to main content

GroupBorderStyle Enum

Contains values that specify how a group's borders are rendered.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.2.dll

#Declaration

public enum GroupBorderStyle

#Members

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.

#Passed To

You can pass GroupBorderStyle values to the LayoutGroup.GroupBorderStyle property.

#Remarks

The LayoutGroup class provides the LayoutGroup.GroupBorderStyle property, allowing you to specify how the group's borders are painted.

See Also