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

BarBaseButtonItem.Toggle(BarItemLink) Method

Toggles the button item’s (link’s) state.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual void Toggle(
    BarItemLink link
)

Parameters

Name Type Description
link BarItemLink

A BarItemLink object that will be passed to the BarBaseButtonItem.DownChanged event.

Remarks

See another overload of the Toggle method to learn more.

See Also