Back to Devexpress

BarSplitCheckItem.IsChecked Property

wpf-devexpress-dot-xpf-dot-bars-dot-barsplitcheckitem-3f3785af.md

latest1.9 KB
Original Source

BarSplitCheckItem.IsChecked Property

Gets or sets whether the item is in the pushed state. 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? IsChecked { get; set; }
vb
Public Property IsChecked As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

true if the item’s check button is in the pushed state; false if the item’s check button is in the normal state; null if the button’s state is indeterminate.

|

Remarks

Use the IsChecked property to specify the check state for the item’s check button. By default, two states are supported - Checked and Unchecked. If the BarSplitCheckItem.IsThreeState option is enabled, the item’s check button supports three states: Checked, Unchecked, and Indeterminate.

Changing the IsChecked property fires the BarSplitCheckItem.CheckedChanged event.

See Also

IsThreeState

CheckedChanged

BarSplitCheckItem Class

BarSplitCheckItem Members

DevExpress.Xpf.Bars Namespace