Skip to main content

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.v23.2.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