Skip to main content
Bar

BarCheckItem.Toggle() Method

In This Article

Toggles the item's state.

Namespace: DevExpress.Xpf.Bars

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

#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