wpf-devexpress-dot-xpf-dot-docking-0275862a.md
Contains values that specify how a group’s borders are rendered.
Namespace : DevExpress.Xpf.Docking
Assembly : DevExpress.Xpf.Docking.v25.2.dll
NuGet Package : DevExpress.Wpf.Docking
public enum GroupBorderStyle
Public Enum GroupBorderStyle
| Name | Description |
|---|---|
NoBorder |
A container has no borders.
|
| Group |
A container is displayed with borders and a caption.
|
| GroupBox |
A container is displayed with borders and a title bar.
|
| Tabbed |
Child items are displayed as tabs.
|
The following properties accept/return GroupBorderStyle values:
The LayoutGroup class provides the LayoutGroup.GroupBorderStyle property, allowing you to specify how the group’s borders are painted.
See Also