BarBaseButtonItem.Toggle(BarItemLink) Method
Toggles the button item’s (link’s) state.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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