Back to Devexpress

RibbonTabEventArgs Class

aspnet-devexpress-dot-web-b217e372.md

latest1.6 KB
Original Source

RibbonTabEventArgs Class

Provides data for the ASPxRibbon.TabDataBound event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RibbonTabEventArgs :
    EventArgs
vb
Public Class RibbonTabEventArgs
    Inherits EventArgs

RibbonTabEventArgs is the data class for the following events:

Remarks

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.

Inheritance

Object EventArgs RibbonTabEventArgs BootstrapRibbonTabEventArgs

See Also

RibbonTabEventArgs Members

Ribbon

DevExpress.Web Namespace