BarItemLink.ContainsSubItemLink(BarItemLink) Method
Indicates whether the BarItemLink contains a specific BarItemLink.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
link | BarItemLink | A BarItemLink class instance to check. |
Returns
Type | Description |
---|---|
Boolean | true if the BarItemLink contains a specific BarItemLink; otherwise, false. |
Remarks
BarCustomContainerItemLink descendants represent containers for subitem links. The ContainsSubItemLink method checks if a link is contained within these subitem links.
See Also