Back to Devexpress

NavBarItemLink.VisibleCore Property

windowsforms-devexpress-dot-xtranavbar-dot-navbaritemlink-3016aaeb.md

latest1.2 KB
Original Source

NavBarItemLink.VisibleCore Property

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public bool VisibleCore { get; set; }
vb
<XtraSerializableProperty>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property VisibleCore As Boolean

Property Value

TypeDescription
Boolean

A Boolean value.

|

See Also

NavBarItemLink Class

NavBarItemLink Members

DevExpress.XtraNavBar Namespace