Back to Devexpress

NavBarItemLink.State Property

windowsforms-devexpress-dot-xtranavbar-dot-navbaritemlink-d41be40a.md

latest1.3 KB
Original Source

NavBarItemLink.State Property

Gets the state of the link.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
public virtual ObjectState State { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property State As ObjectState

Property Value

TypeDescription
DevExpress.Utils.Drawing.ObjectState

A DevExpress.Utils.Drawing.ObjectState value specifying the link’s state.

|

Remarks

The State property allows you to get the link’s state. If the link is being pressed, this property returns ObjectState.Pressed. If the link is being hovered over, the property returns ObjectState.Hot. In other cases, State returns ObjectState.Normal.

See Also

NavBarItemLink Class

NavBarItemLink Members

DevExpress.XtraNavBar Namespace