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

BarSplitCheckItem.Toggle() Method

Toggles the state of the item’s check button.

Namespace: DevExpress.Xpf.Bars

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