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

RibbonCheckBox.IsThreeState Property

Gets or sets whether the RibbonCheckBox supports three states (checked, unchecked, and indeterminate). This is a dependency property.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "OnIsThreeStateChanged")]
public bool IsThreeState { get; set; }

Property Value

Type Description
Boolean

true if the RibbonCheckBox supports three states rather than two; otherwise, false.

See Also