Skip to main content
A newer version of this page is available. .

RibbonCheckBox.IsChecked Property

Gets or sets whether the RibbonCheckBox is checked.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v22.1.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