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

BarItemLink.GetBeginGroup() Method

Returns if a bar item link starts a group.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public bool GetBeginGroup()

Returns

Type Description
Boolean

A Boolean value that specifies whether a bar item link actually starts a group.

Remarks

This method supports the internal infrastructure, and typically there is no need to call it directly from your code.

Use the BarItemLink.BeginGroup property to mark the link as the one that starts a group.

See Also