Back to Devexpress

BarSplitCheckItem.IsThreeState Property

wpf-devexpress-dot-xpf-dot-bars-dot-barsplitcheckitem-37f4941b.md

latest1.4 KB
Original Source

BarSplitCheckItem.IsThreeState Property

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

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsThreeState { get; set; }
vb
Public Property IsThreeState As Boolean

Property Value

TypeDescription
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

IsChecked

BarSplitCheckItem Class

BarSplitCheckItem Members

DevExpress.Xpf.Bars Namespace