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

NavElement.Visible Property

Gets or sets whether the current NavElement object is visible. This property is in effect for elements of the TileNavPane.Buttons collection.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(true)]
[DXCategory("Properties")]
public virtual bool Visible { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the current NavElement is visible; otherwise, false.

See Also