Skip to main content

RibbonCheckBox.IsChecked Property

Gets or sets whether the RibbonCheckBox is checked.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "OnIsCheckedChanged")]
public bool? IsChecked { get; set; }

Property Value

Type Description
Nullable<Boolean>

true if the RibbonCheckBox is checked; otherwise, false.

See Also