aspnet-devexpress-dot-web-b217e372.md
Provides data for the ASPxRibbon.TabDataBound event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class RibbonTabEventArgs :
EventArgs
Public Class RibbonTabEventArgs
Inherits EventArgs
RibbonTabEventArgs is the data class for the following events:
Objects of the RibbonTabEventArgs type are used as arguments for the ASPxRibbon.TabDataBound event generated on the server side.
RibbonTabEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
Object EventArgs RibbonTabEventArgs BootstrapRibbonTabEventArgs
See Also