Skip to main content
All docs
V26.1
  • IRibbonToggleItem.CheckedChanged Property

    Fires when a toggle item selection state changes.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v26.1.dll

    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 additional information and examples.

    See Also