LayoutController.SetGroupBorderStyle(LayoutGroup, GroupBorderStyle) Method
In This Article
Sets the specified style for a group.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public bool SetGroupBorderStyle(
LayoutGroup group,
GroupBorderStyle style
)
#Parameters
Name | Type | Description |
---|---|---|
group | Layout |
A Layout |
style | Group |
A Group |
#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