Skip to main content
Bar

BarCheckItem.Toggle() Method

Toggles the item’s state.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public virtual void Toggle()

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