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

BarEditItemLink.CanVisible Property

Returns whether or not this link can be shown.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public override bool CanVisible { get; }

Property Value

Type Description
Boolean

true if this link can be shown; otherwise, false.

See Also