Skip to main content
Bar

BarSplitCheckItemLink.IsChecked Property

Gets the check state of the corresponding item’s check button. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool? IsChecked { get; set; }

Property Value

Type Description
Nullable<Boolean>

The check state of the item’s check button.

See Also