RibbonCheckBox.Indeterminate Event
In This Article
Fires when a RibbonCheckBox is set to the indeterminate state.
Namespace: DevExpress.WinUI.Ribbon
Assembly: DevExpress.WinUI.Ribbon.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public event EventHandler Indeterminate
#Event Data
The Indeterminate event's data class is EventArgs.
See Also