Skip to main content
All docs
V26.1
  • IRibbonEvents.ItemClick Property

    Returns the processed Ribbon’s ItemClick event handler.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    [DefaultValue(null)]
    EventCallback<RibbonItemClickEventArgs> ItemClick { get; set; }

    Property Value

    Type Default Description
    EventCallback<RibbonItemClickEventArgs> null

    An event handler delegate.

    Remarks

    Refer to the ItemClick event description for additional information and examples.

    See Also