IRibbonToggleItem.CheckedChanged Property
Fires when a toggle item selection state changes.
Namespace: DevExpress.Blazor.Ribbon
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
EventCallback<bool> CheckedChanged { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| EventCallback<Boolean> | null | A new Checked property value. |
Remarks
Refer to the CheckedChanged event description for more information and examples.
See Also