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

BarItemCustomDrawEventArgs.State Property

Gets the current bar item link state (normal, selected, pressed, checked, disabled etc.).

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public BarLinkState State { get; }

Property Value

Type Description
DevExpress.XtraBars.ViewInfo.BarLinkState

A BarLinkState enumerator value that is the current state for this bar item link.

Remarks

See the BarManager.CustomDrawItem event to learn more.

See Also