RibbonTabEventArgs(RibbonTab) Constructor
Initializes a new instance of the RibbonTabEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
tab | RibbonTab | A RibbonTab object that is a tab related to the event. |
Remarks
Instances of the RibbonTabEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also