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

GroupBorderStyle Enum

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

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

#Declaration

public enum GroupBorderStyle

#Members

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

#Related API Members

The following properties accept/return GroupBorderStyle values:

#Remarks

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

See Also