Back to Devexpress

LayoutController.SetGroupBorderStyle(LayoutGroup, GroupBorderStyle) Method

wpf-devexpress-dot-xpf-dot-docking-dot-layoutcontroller-dot-setgroupborderstyle-x28-devexpress-dot-xpf-dot-docking-dot-layoutgroup-devexpress-dot-xpf-dot-docking-dot-groupborderstyle-x29.md

latest2.0 KB
Original Source

LayoutController.SetGroupBorderStyle(LayoutGroup, GroupBorderStyle) Method

Sets the specified style for a group.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool SetGroupBorderStyle(
    LayoutGroup group,
    GroupBorderStyle style
)
vb
Public Function SetGroupBorderStyle(
    group As LayoutGroup,
    style As GroupBorderStyle
) As Boolean

Parameters

NameTypeDescription
groupLayoutGroup

A LayoutGroup whose style is to be changed.

| | style | GroupBorderStyle |

A GroupBorderStyle value that specifies the new style.

|

Returns

TypeDescription
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

GroupBorderStyle

LayoutController Class

LayoutController Members

DevExpress.Xpf.Docking Namespace