BarItemLink.GetBeginGroup() Method
Returns if a bar item link starts a group.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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