Skip to main content
Bar

BarItemLink.GetBeginGroup() Method

Returns if a bar item link starts a group.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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