Skip to main content
A newer version of this page is available. .
Bar

BarCheckItem.Toggle() Method

Toggles the item’s state.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v18.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