Skip to main content
Bar

BarBaseButtonItem.Toggle(BarItemLink) Method

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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