Skip to main content
A newer version of this page is available. .

LayoutController.SetGroupBorderStyle(LayoutGroup, GroupBorderStyle) Method

Sets the specified style for a group.

Namespace: DevExpress.Xpf.Docking

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public bool SetGroupBorderStyle(
    LayoutGroup group,
    GroupBorderStyle style
)

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