Skip to main content
Bar

BarSplitCheckItem.Toggle() Method

Toggles the state of the item’s check button.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

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