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

NavBarItemLink.Visible Property

Gets or sets a value specifying whether the link is visible.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v18.2.dll

Declaration

public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the link is visible; otherwise false.

Remarks

The value returned by this property depends on the NavElement.Visible property of the corresponding item. The corresponding item is obtained via the NavBarItemLink.Item property.

If the item’s NavElement.Visible property is false, the Visible property also returns false. Thus, the link is invisible in such a case. If the item’s NavElement.Visible property value is true and true is assigned to the Visible property, the link becomes visible.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Visible property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also