Skip to main content
Bar

BarSplitCheckItem.Toggle() Method

In This Article

Toggles the state of the item's check button.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public virtual void Toggle()

#Remarks

If the BarSplitCheckItem.IsThreeState property is enabled, the item's check button supports three states. In this instance, the Toggle method changes the check button's state as follows: Unchecked -> Checked -> Indeterminate.

See Also