Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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