Skip to main content

LayoutGroup.GroupBorderStyle Property

Gets or sets the group's border style. This option is in effect when the LayoutGroup is used to combine layout items, rather than dock items. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

[XtraSerializableProperty]
public virtual GroupBorderStyle GroupBorderStyle { get; set; }

#Property Value

Type Description
GroupBorderStyle

A GroupBorderStyle value that specifies the group's border style.

#Remarks

Use the GroupBorderStyle property to specify how the group's borders are rendered.

Note that the same group border style may be visually rendered differently in different paint themes.

The group's caption specified by the BaseLayoutItem.Caption property is not displayed if the BaseLayoutItem.ShowCaption option is disabled.

For groups without borders, you can enable larger indents than those of other groups. See LayoutGroup.HasAccent to learn more.

See Also