LayoutController.SetGroupBorderStyle(LayoutGroup, GroupBorderStyle) Method
Sets the specified style for a group.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v25.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| group | LayoutGroup | A LayoutGroup whose style is to be changed. |
| style | GroupBorderStyle | A GroupBorderStyle value that specifies the new style. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the group’s style has been changed; otherwise, false. |
Remarks
This method sets the LayoutGroup.GroupBorderStyle property to the specified value.
See Also