Skip to main content
All docs
V25.2
  • IRibbonEvents.TabClick Property

    Returns the processed Ribbon’s TabClick event handler.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(null)]
    EventCallback<RibbonTabClickEventArgs> TabClick { get; set; }

    Property Value

    Type Default Description
    EventCallback<RibbonTabClickEventArgs> null

    An event handler delegate.

    Remarks

    Refer to the TabClick event description for more information and examples.

    See Also