Back to Devexpress

NavigationBarItem.Visible Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationbaritem-199b81f5.md

latest1.3 KB
Original Source

NavigationBarItem.Visible Property

Gets or sets whether or not this NavigationBarItem is currently visible.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public bool Visible { get; set; }
vb
<DefaultValue(True)>
Public Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if this NavigationBarItem is currently visible; otherwise, false.

|

See Also

NavigationBarItem Class

NavigationBarItem Members

DevExpress.XtraBars.Navigation Namespace