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