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

BarSubItemLink.CanVisible Property

Gets whether the current link can be displayed.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public override bool CanVisible { get; }

Property Value

Type Description
Boolean

true, if the current link can be displayed; otherwise, false.

Remarks

In certain situations, the current item cannot be displayed even if the BarItemLink.Visible property is set to true. For instance, this can take place if the sub-menu does not contain any items and the BarSubItem.HideWhenEmpty property is set to true. The CanVisible property returns whether the current link can be displayed.

See Also