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

BarItemLink.ContainsSubItemLink(BarItemLink) Method

Indicates whether the BarItemLink contains a specific BarItemLink.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public bool ContainsSubItemLink(
    BarItemLink link
)

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