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

BarSplitCheckItem.IsThreeState Property

Gets or sets whether the BarSplitCheckItem‘s check button supports three states (Checked, Unchecked and Indeterminate). This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public bool IsThreeState { get; set; }

Property Value

Type Description
Boolean

true if the item’s check button supports three states rather than two; otherwise, false.

Remarks

To set a check button’s state, use the BarSplitCheckItem.IsChecked property.

See Also