Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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