BarCheckItem.Toggle() Method
In This Article
Toggles the item’s state.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Remarks
If the BarCheckItem.IsThreeState property is enabled, the bar item supports three states. In this instance, the Toggle method changes the item’s state as follows: Unchecked -> Checked -> Indeterminate.
See Also